-
CONFIG_GPIO_MCUX_PORTE
¶
Port E
Type: bool
Help¶
Enable Port E.
Direct dependencies¶
(GPIO_MCUX
&& BOARD_FRDM_K22F
) || (GPIO_MCUX
&& BOARD_FRDM_K64F
) || (GPIO_MCUX
&& BOARD_FRDM_K82F
) || (GPIO_MCUX
&& BOARD_FRDM_KL25Z
) || (GPIO_MCUX
&& BOARD_HEXIWEAR_K64
) || (GPIO_MCUX
&& BOARD_TWR_KE18F
) || (GPIO_MCUX
&& BOARD_TWR_KV58F220M
) || (GPIO_MCUX
&& BOARD_USB_KW24D512
) || (PINMUX_MCUX_PORTE
&& GPIO_MCUX
&& GPIO
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
y
n
y
y
y
y
Kconfig definitions¶
At boards/arm/frdm_k22f/Kconfig.defconfig:63
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config GPIO_MCUX_PORTE bool default y depends onGPIO_MCUX
&&BOARD_FRDM_K22F
At boards/arm/frdm_k64f/Kconfig.defconfig:66
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config GPIO_MCUX_PORTE bool default y depends onGPIO_MCUX
&&BOARD_FRDM_K64F
At boards/arm/frdm_k82f/Kconfig.defconfig:54
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config GPIO_MCUX_PORTE bool default y depends onGPIO_MCUX
&&BOARD_FRDM_K82F
At boards/arm/frdm_kl25z/Kconfig.defconfig:59
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config GPIO_MCUX_PORTE bool default n depends onGPIO_MCUX
&&BOARD_FRDM_KL25Z
At boards/arm/hexiwear_k64/Kconfig.defconfig:66
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config GPIO_MCUX_PORTE bool default y depends onGPIO_MCUX
&&BOARD_HEXIWEAR_K64
At boards/arm/twr_ke18f/Kconfig.defconfig:78
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config GPIO_MCUX_PORTE bool default y depends onGPIO_MCUX
&&BOARD_TWR_KE18F
At boards/arm/twr_kv58f220m/Kconfig.defconfig:37
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config GPIO_MCUX_PORTE bool default y depends onGPIO_MCUX
&&BOARD_TWR_KV58F220M
At boards/arm/usb_kw24d512/Kconfig.defconfig:64
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config GPIO_MCUX_PORTE bool default y depends onGPIO_MCUX
&&BOARD_USB_KW24D512
At drivers/gpio/Kconfig.mcux:40
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:30
→ drivers/gpio/Kconfig:26
Menu path: (Top) → Device Drivers → GPIO Drivers → MCUX GPIO driver
config GPIO_MCUX_PORTE bool "Port E" depends onPINMUX_MCUX_PORTE
&&GPIO_MCUX
&&GPIO
help Enable Port E.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)