CONFIG_ADC_MCUX_LPADC

MCUX LPADC driver

Type: bool

Help

Enable the MCUX LPADC driver.

Direct dependencies

(ADC && SOC_SERIES_IMX_RT) || (ADC && SOC_SERIES_IMX_RT6XX) || (ADC && SOC_LPC55S28 && SOC_SERIES_LPC55XXX) || (ADC && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX) || (ADC && SOC_SERIES_IMX_RT) || (ADC && SOC_SERIES_IMX_RT6XX) || (ADC && SOC_LPC55S28 && SOC_SERIES_LPC55XXX) || (ADC && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX) || (HAS_MCUX_LPADC && ADC)

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At <Zephyr SoC>/arm/nxp_imx/rt/Kconfig.defconfig.series:79

Included via Kconfig:8Kconfig.zephyr:25<BuildDir>/kconfig/Kconfig.soc.defconfig:1<Zephyr SoC>/arm/nxp_imx/Kconfig.defconfig:8

Menu path: (Top)

config ADC_MCUX_LPADC
    bool
    default y if HAS_MCUX_LPADC
    depends on ADC && SOC_SERIES_IMX_RT

At <Zephyr SoC>/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:30

Included via Kconfig:8Kconfig.zephyr:25<BuildDir>/kconfig/Kconfig.soc.defconfig:1<Zephyr SoC>/arm/nxp_imx/Kconfig.defconfig:8

Menu path: (Top)

config ADC_MCUX_LPADC
    bool
    default y if HAS_MCUX_LPADC
    depends on ADC && SOC_SERIES_IMX_RT6XX

At <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S28:31

Included via Kconfig:8Kconfig.zephyr:25<BuildDir>/kconfig/Kconfig.soc.defconfig:1<Zephyr SoC>/arm/nxp_lpc/Kconfig.defconfig:4<Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18

Menu path: (Top)

config ADC_MCUX_LPADC
    bool
    default y
    depends on ADC && SOC_LPC55S28 && SOC_SERIES_LPC55XXX

At <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:32

Included via Kconfig:8Kconfig.zephyr:25<BuildDir>/kconfig/Kconfig.soc.defconfig:1<Zephyr SoC>/arm/nxp_lpc/Kconfig.defconfig:4<Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18

Menu path: (Top)

config ADC_MCUX_LPADC
    bool
    default y
    depends on ADC && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX

At <Zephyr SoC>/arm/nxp_imx/rt/Kconfig.defconfig.series:79

Included via Kconfig:8Kconfig.zephyr:27<Zephyr SoC>/arm/nxp_imx/Kconfig.defconfig:8

Menu path: (Top)

config ADC_MCUX_LPADC
    bool
    default y if HAS_MCUX_LPADC
    depends on ADC && SOC_SERIES_IMX_RT

At <Zephyr SoC>/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:30

Included via Kconfig:8Kconfig.zephyr:27<Zephyr SoC>/arm/nxp_imx/Kconfig.defconfig:8

Menu path: (Top)

config ADC_MCUX_LPADC
    bool
    default y if HAS_MCUX_LPADC
    depends on ADC && SOC_SERIES_IMX_RT6XX

At <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S28:31

Included via Kconfig:8Kconfig.zephyr:27<Zephyr SoC>/arm/nxp_lpc/Kconfig.defconfig:4<Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18

Menu path: (Top)

config ADC_MCUX_LPADC
    bool
    default y
    depends on ADC && SOC_LPC55S28 && SOC_SERIES_LPC55XXX

At <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:32

Included via Kconfig:8Kconfig.zephyr:27<Zephyr SoC>/arm/nxp_lpc/Kconfig.defconfig:4<Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18

Menu path: (Top)

config ADC_MCUX_LPADC
    bool
    default y
    depends on ADC && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX

At <Zephyr Driver>/adc/Kconfig.mcux:18

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:50<Zephyr Driver>/adc/Kconfig:43

Menu path: (Top) → Device Drivers → ADC drivers

config ADC_MCUX_LPADC
    bool "MCUX LPADC driver"
    depends on HAS_MCUX_LPADC && ADC
    help
      Enable the MCUX LPADC driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)