:orphan: .. title:: ADC_MCUX_LPADC .. option:: CONFIG_ADC_MCUX_LPADC *MCUX LPADC driver* Type: ``bool`` Help ==== Enable the MCUX LPADC driver. Direct dependencies =================== (\ :option:`ADC ` && \ :option:`SOC_LPC55S28 ` && \ :option:`SOC_SERIES_LPC55XXX `) || (\ :option:`ADC ` && \ :option:`SOC_LPC55S69_CPU0 ` && \ :option:`SOC_SERIES_LPC55XXX `) || (\ :option:`HAS_MCUX_LPADC ` && \ :option:`ADC `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== .. highlight:: kconfig 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) .. parsed-literal:: config ADC_MCUX_LPADC bool default y depends on \ :option:`ADC ` && \ :option:`SOC_LPC55S28 ` && \ :option:`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) .. parsed-literal:: config ADC_MCUX_LPADC bool default y depends on \ :option:`ADC ` && \ :option:`SOC_LPC55S69_CPU0 ` && \ :option:`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 .. parsed-literal:: config ADC_MCUX_LPADC bool "MCUX LPADC driver" depends on \ :option:`HAS_MCUX_LPADC ` && \ :option:`ADC ` help Enable the MCUX LPADC driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*