:orphan: .. title:: GPIO_MCUX_IGPIO_1 .. option:: CONFIG_GPIO_MCUX_IGPIO_1 *Port 1* Type: ``bool`` Help ==== Enable Port 1. Direct dependencies =================== (\ :option:`GPIO_MCUX_IGPIO ` && \ :option:`BOARD_MIMXRT1010_EVK `) || (\ :option:`GPIO_MCUX_IGPIO ` && \ :option:`BOARD_MIMXRT1020_EVK `) || (\ :option:`GPIO_MCUX_IGPIO ` && (\ :option:`BOARD_MIMXRT1050_EVK ` || \ :option:`BOARD_MIMXRT1050_EVK_QSPI `)) || (\ :option:`GPIO_MCUX_IGPIO ` && (\ :option:`BOARD_MIMXRT1060_EVK ` || \ :option:`BOARD_MIMXRT1060_EVK_HYPERFLASH `)) || (\ :option:`GPIO_MCUX_IGPIO ` && \ :option:`BOARD_MIMXRT1064_EVK `) || (\ :option:`GPIO_MCUX_IGPIO ` && \ :option:`BOARD_MM_SWIFTIO `) || (\ :option:`GPIO_MCUX_IGPIO ` && \ :option:`GPIO `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/mimxrt1010_evk/Kconfig.defconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_IGPIO_1 bool default y depends on \ :option:`GPIO_MCUX_IGPIO ` && \ :option:`BOARD_MIMXRT1010_EVK ` ---- At ``boards/arm/mimxrt1020_evk/Kconfig.defconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_IGPIO_1 bool default y depends on \ :option:`GPIO_MCUX_IGPIO ` && \ :option:`BOARD_MIMXRT1020_EVK ` ---- At ``boards/arm/mimxrt1050_evk/Kconfig.defconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_IGPIO_1 bool default y depends on \ :option:`GPIO_MCUX_IGPIO ` && (\ :option:`BOARD_MIMXRT1050_EVK ` || \ :option:`BOARD_MIMXRT1050_EVK_QSPI `) ---- At ``boards/arm/mimxrt1060_evk/Kconfig.defconfig:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_IGPIO_1 bool default y depends on \ :option:`GPIO_MCUX_IGPIO ` && (\ :option:`BOARD_MIMXRT1060_EVK ` || \ :option:`BOARD_MIMXRT1060_EVK_HYPERFLASH `) ---- At ``boards/arm/mimxrt1064_evk/Kconfig.defconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_IGPIO_1 bool default y depends on \ :option:`GPIO_MCUX_IGPIO ` && \ :option:`BOARD_MIMXRT1064_EVK ` ---- At ``boards/arm/mm_swiftio/Kconfig.defconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_MCUX_IGPIO_1 bool default y depends on \ :option:`GPIO_MCUX_IGPIO ` && \ :option:`BOARD_MM_SWIFTIO ` ---- At ``drivers/gpio/Kconfig.mcux_igpio:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:30`` → ``drivers/gpio/Kconfig:28`` Menu path: (Top) → Device Drivers → GPIO Drivers → MCUX IGPIO driver .. parsed-literal:: config GPIO_MCUX_IGPIO_1 bool "Port 1" depends on \ :option:`GPIO_MCUX_IGPIO ` && \ :option:`GPIO ` help Enable Port 1. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*