-
CONFIG_GPIO_MCUX_LPC_PORT0
¶
Port 0
Type: bool
Help¶
Enable Port 0.
Direct dependencies¶
(GPIO_MCUX_LPC
&& BOARD_LPCXPRESSO54114_M0
) || (GPIO_MCUX_LPC
&& BOARD_LPCXPRESSO54114_M4
) || (PINMUX_MCUX_LPC_PORT0
&& GPIO_MCUX_LPC
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “n” if
GPIO_MCUX_LPC
&&BOARD_LPCXPRESSO54114_M0
- “y” if
GPIO_MCUX_LPC
&&BOARD_LPCXPRESSO54114_M4
Kconfig definitions¶
At boards/arm/lpcxpresso54114_m0/Kconfig.defconfig:33
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config GPIO_MCUX_LPC_PORT0 bool default "n" ifGPIO_MCUX_LPC
&&BOARD_LPCXPRESSO54114_M0
depends onGPIO_MCUX_LPC
&&BOARD_LPCXPRESSO54114_M0
At boards/arm/lpcxpresso54114_m4/Kconfig.defconfig:32
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config GPIO_MCUX_LPC_PORT0 bool default "y" ifGPIO_MCUX_LPC
&&BOARD_LPCXPRESSO54114_M4
depends onGPIO_MCUX_LPC
&&BOARD_LPCXPRESSO54114_M4
At drivers/gpio/Kconfig.mcux_lpc:16
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:34
→ drivers/gpio/Kconfig:47
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.)