-
CONFIG_GPIO_MCUX_LPC_PORT1
¶
Port 1
Type: bool
Help¶
Enable Port 1.
Direct dependencies¶
(GPIO_MCUX_LPC
&& BOARD_LPCXPRESSO54114_M0
) || (GPIO_MCUX_LPC
&& BOARD_LPCXPRESSO54114_M4
) || (PINMUX_MCUX_LPC_PORT1
&& 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:36
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config GPIO_MCUX_LPC_PORT1 bool default "n" ifGPIO_MCUX_LPC
&&BOARD_LPCXPRESSO54114_M0
depends onGPIO_MCUX_LPC
&&BOARD_LPCXPRESSO54114_M0
At boards/arm/lpcxpresso54114_m4/Kconfig.defconfig:35
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config GPIO_MCUX_LPC_PORT1 bool default "y" ifGPIO_MCUX_LPC
&&BOARD_LPCXPRESSO54114_M4
depends onGPIO_MCUX_LPC
&&BOARD_LPCXPRESSO54114_M4
At drivers/gpio/Kconfig.mcux_lpc:27
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_PORT1 bool prompt "Port 1" ifPINMUX_MCUX_LPC_PORT1
&&GPIO_MCUX_LPC
&&GPIO
depends onPINMUX_MCUX_LPC_PORT1
&&GPIO_MCUX_LPC
&&GPIO
help Enable Port 1.
(Definitions include propagated dependencies, including from if’s and menus.)