-
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 soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S28:31
Included via Kconfig:8
→ Kconfig.zephyr:19
→ /home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1
→ soc/arm/nxp_lpc/Kconfig.defconfig:4
→ soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18
Menu path: (Top)
config ADC_MCUX_LPADC bool default y depends onADC
&&SOC_LPC55S28
&&SOC_SERIES_LPC55XXX
At soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:31
Included via Kconfig:8
→ Kconfig.zephyr:19
→ /home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1
→ soc/arm/nxp_lpc/Kconfig.defconfig:4
→ soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18
Menu path: (Top)
config ADC_MCUX_LPADC bool default y depends onADC
&&SOC_LPC55S69_CPU0
&&SOC_SERIES_LPC55XXX
At drivers/adc/Kconfig.mcux:18
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:48
→ drivers/adc/Kconfig:41
Menu path: (Top) → Device Drivers → ADC drivers
config ADC_MCUX_LPADC bool "MCUX LPADC driver" depends onHAS_MCUX_LPADC
&&ADC
help Enable the MCUX LPADC driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)