CONFIG_GPIO_XEC

XEC Microchip GPIO driver

Type: bool

Help

Enable the Microchip XEC gpio driver.

Direct dependencies

(GPIO && SOC_MEC1501_HSZ && SOC_SERIES_MEC1501X) || (SOC_FAMILY_MEC && GPIO)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At <Zephyr SoC>/arm/microchip_mec/mec1501/Kconfig.defconfig.mec1501hsz:26

Included via Kconfig:8Kconfig.zephyr:19<BuildDir>/kconfig/Kconfig.soc.defconfig:1<Zephyr SoC>/arm/microchip_mec/Kconfig.defconfig:3<Zephyr SoC>/arm/microchip_mec/mec1501/Kconfig.defconfig.series:17

Menu path: (Top)

config GPIO_XEC
    bool
    default y
    depends on GPIO && SOC_MEC1501_HSZ && SOC_SERIES_MEC1501X

At <Zephyr Driver>/gpio/Kconfig.xec:6

Included via Kconfig:8Kconfig.zephyr:32<Zephyr Driver>/Kconfig:34<Zephyr Driver>/gpio/Kconfig:66

Menu path: (Top) → Device Drivers → GPIO Drivers

config GPIO_XEC
    bool "XEC Microchip GPIO driver"
    depends on SOC_FAMILY_MEC && GPIO
    help
      Enable the Microchip XEC gpio driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)