-
CONFIG_GPIO_MCUX_LPC_PORT0
¶
Port 0
Type: bool
Help¶
Enable Port 0.
Direct dependencies¶
(GPIO_MCUX_LPC
&& (BOARD_LPCXPRESSO54114_M4
|| BOARD_LPCXPRESSO54114_M0
)) || (PINMUX_MCUX_LPC_PORT0
&& GPIO_MCUX_LPC
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
GPIO_MCUX_LPC
&& (BOARD_LPCXPRESSO54114_M4
||BOARD_LPCXPRESSO54114_M0
)
Kconfig definitions¶
At boards/arm/lpcxpresso54114/Kconfig.defconfig:33
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config GPIO_MCUX_LPC_PORT0 bool default "y" ifGPIO_MCUX_LPC
&& (BOARD_LPCXPRESSO54114_M4
||BOARD_LPCXPRESSO54114_M0
) depends onGPIO_MCUX_LPC
&& (BOARD_LPCXPRESSO54114_M4
||BOARD_LPCXPRESSO54114_M0
)
At drivers/gpio/Kconfig.mcux_lpc:16
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:32
→ drivers/gpio/Kconfig:37
Menu path: (top menu) → Device Drivers → GPIO Drivers → MCUX LPC GPIO driver
config GPIO_MCUX_LPC_PORT0 bool prompt "Port 0" ifPINMUX_MCUX_LPC_PORT0
&&GPIO_MCUX_LPC
&&GPIO
depends onPINMUX_MCUX_LPC_PORT0
&&GPIO_MCUX_LPC
&&GPIO
help Enable Port 0.
(Definitions include propagated dependencies, including from if’s and menus.)