:orphan: .. title:: GPIO_GECKO_PORTC .. option:: CONFIG_GPIO_GECKO_PORTC *Port C* Type: ``bool`` Help ==== Enable Port C. Direct dependencies =================== (\ :option:`GPIO_GECKO ` && \ :option:`BOARD_EFM32GG_STK3701A `) || (\ :option:`GPIO_GECKO ` && \ :option:`BOARD_EFM32HG_SLSTK3400A `) || (\ :option:`GPIO_GECKO ` && (\ :option:`BOARD_EFM32PG_STK3402A ` || \ :option:`BOARD_EFM32PG_STK3402A_JG `)) || (\ :option:`GPIO_GECKO ` && \ :option:`BOARD_EFM32WG_STK3800 `) || (\ :option:`GPIO_GECKO ` && \ :option:`BOARD_EFR32_SLWSTK6061A `) || (\ :option:`GPIO_GECKO ` && \ :option:`GPIO `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - n - n - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/efm32gg_stk3701a/Kconfig.defconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_GECKO_PORTC bool default y depends on \ :option:`GPIO_GECKO ` && \ :option:`BOARD_EFM32GG_STK3701A ` ---- At ``boards/arm/efm32hg_slstk3400a/Kconfig.defconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_GECKO_PORTC bool default y depends on \ :option:`GPIO_GECKO ` && \ :option:`BOARD_EFM32HG_SLSTK3400A ` ---- At ``boards/arm/efm32pg_stk3402a/Kconfig.defconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_GECKO_PORTC bool default n depends on \ :option:`GPIO_GECKO ` && (\ :option:`BOARD_EFM32PG_STK3402A ` || \ :option:`BOARD_EFM32PG_STK3402A_JG `) ---- At ``boards/arm/efm32wg_stk3800/Kconfig.defconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_GECKO_PORTC bool default n depends on \ :option:`GPIO_GECKO ` && \ :option:`BOARD_EFM32WG_STK3800 ` ---- At ``boards/arm/efr32_slwstk6061a/Kconfig.defconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_GECKO_PORTC bool default y depends on \ :option:`GPIO_GECKO ` && \ :option:`BOARD_EFR32_SLWSTK6061A ` ---- At ``drivers/gpio/Kconfig.gecko:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:30`` → ``drivers/gpio/Kconfig:48`` Menu path: (Top) → Device Drivers → GPIO Drivers → Gecko GPIO driver .. parsed-literal:: config GPIO_GECKO_PORTC bool "Port C" depends on \ :option:`GPIO_GECKO ` && \ :option:`GPIO ` help Enable Port C. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*