-
CONFIG_GPIO_GECKO
¶
Gecko GPIO driver
Type: bool
Help¶
Enable the Gecko gpio driver.
Direct dependencies¶
(GPIO
&& SOC_EFM32WG
&& SOC_SERIES_EFM32WG
) || (GPIO
&& SOC_EFR32FG1P
&& SOC_SERIES_EFR32FG1P
) || (GPIO
&& HAS_SILABS_GECKO
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
GPIO
&&SOC_EFM32WG
&&SOC_SERIES_EFM32WG
- “y” if
GPIO
&&SOC_EFR32FG1P
&&SOC_SERIES_EFR32FG1P
Kconfig definitions¶
At arch/arm/soc/silabs_exx32/efm32wg/Kconfig.defconfig.efm32wg:20
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/silabs_exx32/Kconfig.defconfig:1
→ arch/arm/soc/silabs_exx32/efm32wg/Kconfig.defconfig.series:19
Menu path: (top menu)
config GPIO_GECKO bool default "y" ifGPIO
&&SOC_EFM32WG
&&SOC_SERIES_EFM32WG
depends onGPIO
&&SOC_EFM32WG
&&SOC_SERIES_EFM32WG
At arch/arm/soc/silabs_exx32/efr32fg1p/Kconfig.defconfig.efr32fg1p:20
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/silabs_exx32/Kconfig.defconfig:1
→ arch/arm/soc/silabs_exx32/efr32fg1p/Kconfig.defconfig.series:19
Menu path: (top menu)
config GPIO_GECKO bool default "y" ifGPIO
&&SOC_EFR32FG1P
&&SOC_SERIES_EFR32FG1P
depends onGPIO
&&SOC_EFR32FG1P
&&SOC_SERIES_EFR32FG1P
At drivers/gpio/Kconfig.gecko:8
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:34
→ drivers/gpio/Kconfig:69
Menu path: (top menu) → Device Drivers → GPIO Drivers
menuconfig GPIO_GECKO bool prompt "Gecko GPIO driver" ifGPIO
&&HAS_SILABS_GECKO
&&GPIO
depends onGPIO
&&HAS_SILABS_GECKO
&&GPIO
help Enable the Gecko gpio driver.
(Definitions include propagated dependencies, including from if’s and menus.)