CONFIG_GPIO_MCUX

MCUX GPIO driver

Type: bool

Help

Enable the MCUX pinmux driver.

Direct dependencies

(GPIO && SOC_MK64F12 && SOC_SERIES_KINETIS_K6X) || (GPIO && SOC_MKL25Z4 && SOC_SERIES_KINETIS_KL2X) || (GPIO && (SOC_MKW22D5 || SOC_MKW24D5) && SOC_SERIES_KINETIS_KWX) || (GPIO && SOC_MKW40Z4 && SOC_SERIES_KINETIS_KWX) || (GPIO && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX) || (GPIO && HAS_MCUX && GPIO)

(Includes any dependencies from if’s and menus.)

Symbols selected by this symbol

Kconfig definitions

At arch/arm/soc/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12:41

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/nxp_kinetis/Kconfig.defconfig:1arch/arm/soc/nxp_kinetis/k6x/Kconfig.defconfig.series:19

Menu path: (top menu)

config GPIO_MCUX
    bool
    default "y" if GPIO && SOC_MK64F12 && SOC_SERIES_KINETIS_K6X
    depends on GPIO && SOC_MK64F12 && SOC_SERIES_KINETIS_K6X

At arch/arm/soc/nxp_kinetis/kl2x/Kconfig.defconfig.mkl25z4:41

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/nxp_kinetis/Kconfig.defconfig:1arch/arm/soc/nxp_kinetis/kl2x/Kconfig.defconfig.series:13

Menu path: (top menu)

config GPIO_MCUX
    bool
    default "y" if GPIO && SOC_MKL25Z4 && SOC_SERIES_KINETIS_KL2X
    depends on GPIO && SOC_MKL25Z4 && SOC_SERIES_KINETIS_KL2X

At arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.mkw2xd512:53

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/nxp_kinetis/Kconfig.defconfig:1arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.series:13

Menu path: (top menu)

config GPIO_MCUX
    bool
    default "y" if GPIO && (SOC_MKW22D5 || SOC_MKW24D5) && SOC_SERIES_KINETIS_KWX
    depends on GPIO && (SOC_MKW22D5 || SOC_MKW24D5) && SOC_SERIES_KINETIS_KWX

At arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.mkw40z4:41

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/nxp_kinetis/Kconfig.defconfig:1arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.series:13

Menu path: (top menu)

config GPIO_MCUX
    bool
    default "y" if GPIO && SOC_MKW40Z4 && SOC_SERIES_KINETIS_KWX
    depends on GPIO && SOC_MKW40Z4 && SOC_SERIES_KINETIS_KWX

At arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:48

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/nxp_kinetis/Kconfig.defconfig:1arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.series:13

Menu path: (top menu)

config GPIO_MCUX
    bool
    default "y" if GPIO && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX
    depends on GPIO && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX

At drivers/gpio/Kconfig.mcux:9

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:34drivers/gpio/Kconfig:43

Menu path: (top menu) → Device Drivers → GPIO Drivers

menuconfig GPIO_MCUX
    bool
    prompt "MCUX GPIO driver" if GPIO && HAS_MCUX && GPIO
    select HAS_DTS_GPIO if GPIO && HAS_MCUX && GPIO
    depends on GPIO && HAS_MCUX && GPIO
    help
      Enable the MCUX pinmux driver.

(Definitions include propagated dependencies, including from if’s and menus.)