:orphan: .. title:: GPIO_MCUX_LPC_PORT1 .. option:: CONFIG_GPIO_MCUX_LPC_PORT1 *Port 1* Type: ``bool`` Help ==== Enable Port 1. Direct dependencies =================== (\ :option:`GPIO_MCUX_LPC ` && (\ :option:`BOARD_LPCXPRESSO54114_M4 ` || \ :option:`BOARD_LPCXPRESSO54114_M0 `)) || (\ :option:`GPIO_MCUX_LPC ` && \ :option:`BOARD_LPCXPRESSO55S16 `) || (\ :option:`GPIO_MCUX_LPC ` && \ :option:`BOARD_LPCXPRESSO55S28 `) || (\ :option:`GPIO_MCUX_LPC ` && (\ :option:`BOARD_LPCXPRESSO55S69_CPU0 ` || \ :option:`BOARD_LPCXPRESSO55S69_CPU1 `)) || (\ :option:`GPIO_MCUX_LPC ` && \ :option:`BOARD_MIMXRT685_EVK `) || (\ :option:`PINMUX_MCUX_LPC_PORT1 ` && \ :option:`GPIO_MCUX_LPC ` && \ :option:`GPIO `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/lpcxpresso54114/Kconfig.defconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_LPC_PORT1 bool default y depends on \ :option:`GPIO_MCUX_LPC ` && (\ :option:`BOARD_LPCXPRESSO54114_M4 ` || \ :option:`BOARD_LPCXPRESSO54114_M0 `) ---- At ``boards/arm/lpcxpresso55s16/Kconfig.defconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_LPC_PORT1 bool default y depends on \ :option:`GPIO_MCUX_LPC ` && \ :option:`BOARD_LPCXPRESSO55S16 ` ---- At ``boards/arm/lpcxpresso55s28/Kconfig.defconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_LPC_PORT1 bool default y depends on \ :option:`GPIO_MCUX_LPC ` && \ :option:`BOARD_LPCXPRESSO55S28 ` ---- At ``boards/arm/lpcxpresso55s69/Kconfig.defconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_LPC_PORT1 bool default y depends on \ :option:`GPIO_MCUX_LPC ` && (\ :option:`BOARD_LPCXPRESSO55S69_CPU0 ` || \ :option:`BOARD_LPCXPRESSO55S69_CPU1 `) ---- At ``boards/arm/mimxrt685_evk/Kconfig.defconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_LPC_PORT1 bool default y depends on \ :option:`GPIO_MCUX_LPC ` && \ :option:`BOARD_MIMXRT685_EVK ` ---- At ``drivers/gpio/Kconfig.mcux_lpc:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:34`` Menu path: (Top) → Device Drivers → GPIO Drivers → MCUX LPC GPIO driver .. parsed-literal:: config GPIO_MCUX_LPC_PORT1 bool "Port 1" depends on \ :option:`PINMUX_MCUX_LPC_PORT1 ` && \ :option:`GPIO_MCUX_LPC ` && \ :option:`GPIO ` help Enable Port 1. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*