:orphan: .. title:: GPIO_GECKO_PORTB .. option:: CONFIG_GPIO_GECKO_PORTB *Port B* Type: ``bool`` Help ==== Enable Port B. 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 - n - y - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/efm32gg_stk3701a/Kconfig.defconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_GECKO_PORTB bool default y depends on \ :option:`GPIO_GECKO ` && \ :option:`BOARD_EFM32GG_STK3701A ` ---- At ``boards/arm/efm32hg_slstk3400a/Kconfig.defconfig:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_GECKO_PORTB bool default n depends on \ :option:`GPIO_GECKO ` && \ :option:`BOARD_EFM32HG_SLSTK3400A ` ---- At ``boards/arm/efm32pg_stk3402a/Kconfig.defconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_GECKO_PORTB bool default y depends on \ :option:`GPIO_GECKO ` && (\ :option:`BOARD_EFM32PG_STK3402A ` || \ :option:`BOARD_EFM32PG_STK3402A_JG `) ---- At ``boards/arm/efm32wg_stk3800/Kconfig.defconfig:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_GECKO_PORTB bool default y depends on \ :option:`GPIO_GECKO ` && \ :option:`BOARD_EFM32WG_STK3800 ` ---- At ``boards/arm/efr32_slwstk6061a/Kconfig.defconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_GECKO_PORTB bool default y depends on \ :option:`GPIO_GECKO ` && \ :option:`BOARD_EFR32_SLWSTK6061A ` ---- At ``drivers/gpio/Kconfig.gecko:25`` 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_PORTB bool "Port B" depends on \ :option:`GPIO_GECKO ` && \ :option:`GPIO ` help Enable Port B. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*