CONFIG_ADC_MCUX_LPADC

MCUX LPADC driver

Type: bool

Help

Enable the MCUX LPADC driver.

Direct dependencies

(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

  • y

  • y

Kconfig definitions

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

Included via Kconfig:8Kconfig.zephyr:19<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:19<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 Driver>/adc/Kconfig.mcux:18

Included via Kconfig:8Kconfig.zephyr:32<Zephyr Driver>/Kconfig:48<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.)