:orphan: .. title:: ADC_MCUX_LPADC .. option:: CONFIG_ADC_MCUX_LPADC *MCUX LPADC driver* Type: ``bool`` Help ==== .. code-block:: none 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 =================== At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S28:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config ADC_MCUX_LPADC bool default y depends on ADC && SOC_LPC55S28 && SOC_SERIES_LPC55XXX ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config ADC_MCUX_LPADC bool default y depends on ADC && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX ---- At ``/adc/Kconfig.mcux:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:48`` → ``/adc/Kconfig:43`` Menu path: (Top) → Device Drivers → ADC drivers .. code-block:: kconfig 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.)*