-
CONFIG_GPIO_GECKO_PORTC
¶
Port C
Type: bool
Help¶
Enable Port C.
Direct dependencies¶
(GPIO_GECKO
&& BOARD_EFM32WG_STK3800
) || (GPIO_GECKO
&& BOARD_EFR32_SLWSTK6061A
) || (GPIO_GECKO
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “n” if
GPIO_GECKO
&&BOARD_EFM32WG_STK3800
- “y” if
GPIO_GECKO
&&BOARD_EFR32_SLWSTK6061A
Kconfig definitions¶
At boards/arm/efm32wg_stk3800/Kconfig.defconfig:27
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config GPIO_GECKO_PORTC bool default "n" ifGPIO_GECKO
&&BOARD_EFM32WG_STK3800
depends onGPIO_GECKO
&&BOARD_EFM32WG_STK3800
At boards/arm/efr32_slwstk6061a/Kconfig.defconfig:27
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config GPIO_GECKO_PORTC bool default "y" ifGPIO_GECKO
&&BOARD_EFR32_SLWSTK6061A
depends onGPIO_GECKO
&&BOARD_EFR32_SLWSTK6061A
At drivers/gpio/Kconfig.gecko:48
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:34
→ drivers/gpio/Kconfig:69
Menu path: (top menu) → Device Drivers → GPIO Drivers → Gecko GPIO driver
config GPIO_GECKO_PORTC bool prompt "Port C" ifGPIO_GECKO
&&GPIO
depends onGPIO_GECKO
&&GPIO
help Enable Port C.
(Definitions include propagated dependencies, including from if’s and menus.)