:orphan: .. title:: GPIO_MCUX_PORTB .. option:: CONFIG_GPIO_MCUX_PORTB *Port B* Type: ``bool`` Help ==== Enable Port B. Direct dependencies =================== (\ :option:`GPIO_MCUX ` && \ :option:`BOARD_FRDM_K22F `) || (\ :option:`GPIO_MCUX ` && \ :option:`BOARD_FRDM_K64F `) || (\ :option:`GPIO_MCUX ` && \ :option:`BOARD_FRDM_K82F `) || (\ :option:`GPIO_MCUX ` && \ :option:`BOARD_FRDM_KL25Z `) || (\ :option:`GPIO_MCUX ` && \ :option:`BOARD_FRDM_KW41Z `) || (\ :option:`GPIO_MCUX ` && \ :option:`BOARD_HEXIWEAR_K64 `) || (\ :option:`GPIO_MCUX ` && \ :option:`BOARD_HEXIWEAR_KW40Z `) || (\ :option:`GPIO_MCUX ` && \ :option:`BOARD_TWR_KE18F `) || (\ :option:`GPIO_MCUX ` && \ :option:`BOARD_TWR_KV58F220M `) || (\ :option:`GPIO_MCUX ` && \ :option:`BOARD_USB_KW24D512 `) || (\ :option:`PINMUX_MCUX_PORTB ` && \ :option:`GPIO_MCUX ` && \ :option:`GPIO `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y - n - y - n - y - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/frdm_k22f/Kconfig.defconfig:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_PORTB bool default y depends on \ :option:`GPIO_MCUX ` && \ :option:`BOARD_FRDM_K22F ` ---- At ``boards/arm/frdm_k64f/Kconfig.defconfig:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_PORTB bool default y depends on \ :option:`GPIO_MCUX ` && \ :option:`BOARD_FRDM_K64F ` ---- At ``boards/arm/frdm_k82f/Kconfig.defconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_PORTB bool default y depends on \ :option:`GPIO_MCUX ` && \ :option:`BOARD_FRDM_K82F ` ---- At ``boards/arm/frdm_kl25z/Kconfig.defconfig:50`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_PORTB bool default y depends on \ :option:`GPIO_MCUX ` && \ :option:`BOARD_FRDM_KL25Z ` ---- At ``boards/arm/frdm_kw41z/Kconfig.defconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_PORTB bool default n depends on \ :option:`GPIO_MCUX ` && \ :option:`BOARD_FRDM_KW41Z ` ---- At ``boards/arm/hexiwear_k64/Kconfig.defconfig:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_PORTB bool default y depends on \ :option:`GPIO_MCUX ` && \ :option:`BOARD_HEXIWEAR_K64 ` ---- At ``boards/arm/hexiwear_kw40z/Kconfig.defconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_PORTB bool default n depends on \ :option:`GPIO_MCUX ` && \ :option:`BOARD_HEXIWEAR_KW40Z ` ---- At ``boards/arm/twr_ke18f/Kconfig.defconfig:69`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_PORTB bool default y depends on \ :option:`GPIO_MCUX ` && \ :option:`BOARD_TWR_KE18F ` ---- At ``boards/arm/twr_kv58f220m/Kconfig.defconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_PORTB bool default y depends on \ :option:`GPIO_MCUX ` && \ :option:`BOARD_TWR_KV58F220M ` ---- At ``boards/arm/usb_kw24d512/Kconfig.defconfig:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_PORTB bool default y depends on \ :option:`GPIO_MCUX ` && \ :option:`BOARD_USB_KW24D512 ` ---- At ``drivers/gpio/Kconfig.mcux:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:30`` → ``drivers/gpio/Kconfig:26`` Menu path: (Top) → Device Drivers → GPIO Drivers → MCUX GPIO driver .. parsed-literal:: config GPIO_MCUX_PORTB bool "Port B" depends on \ :option:`PINMUX_MCUX_PORTB ` && \ :option:`GPIO_MCUX ` && \ :option:`GPIO ` help Enable Port B. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*