-
CONFIG_GPIO_MCUX_LPC_PORT0
¶
Port 0
Type: bool
Help¶
Enable Port 0.
Direct dependencies¶
(GPIO_MCUX_LPC
&& (BOARD_LPCXPRESSO54114_M4
|| BOARD_LPCXPRESSO54114_M0
)) || (GPIO_MCUX_LPC
&& (BOARD_LPCXPRESSO55S69_CPU0
|| BOARD_LPCXPRESSO55S69_CPU1
)) || (PINMUX_MCUX_LPC_PORT0
&& GPIO_MCUX_LPC
&& GPIO
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Kconfig definitions¶
At boards/arm/lpcxpresso54114/Kconfig.defconfig:31
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config GPIO_MCUX_LPC_PORT0 bool default y depends onGPIO_MCUX_LPC
&& (BOARD_LPCXPRESSO54114_M4
||BOARD_LPCXPRESSO54114_M0
)
At boards/arm/lpcxpresso55s69/Kconfig.defconfig:31
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config GPIO_MCUX_LPC_PORT0 bool default y depends onGPIO_MCUX_LPC
&& (BOARD_LPCXPRESSO55S69_CPU0
||BOARD_LPCXPRESSO55S69_CPU1
)
At drivers/gpio/Kconfig.mcux_lpc:14
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:30
→ drivers/gpio/Kconfig:30
Menu path: (Top) → Device Drivers → GPIO Drivers → MCUX LPC GPIO driver
config GPIO_MCUX_LPC_PORT0 bool "Port 0" depends onPINMUX_MCUX_LPC_PORT0
&&GPIO_MCUX_LPC
&&GPIO
help Enable Port 0.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)