:orphan: .. title:: ADC_MCUX_ADC12 .. option:: CONFIG_ADC_MCUX_ADC12 *MCUX ADC12 driver* Type: ``bool`` Help ==== Enable the MCUX ADC12 driver. Direct dependencies =================== (\ :option:`ADC ` && \ :option:`SOC_SERIES_KINETIS_KE1XF `) || (\ :option:`HAS_MCUX_ADC12 ` && \ :option:`ADC `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:84`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_kinetis/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config ADC_MCUX_ADC12 bool default y depends on \ :option:`ADC ` && \ :option:`SOC_SERIES_KINETIS_KE1XF ` ---- At ``drivers/adc/Kconfig.mcux:6`` 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_ADC12 bool "MCUX ADC12 driver" depends on \ :option:`HAS_MCUX_ADC12 ` && \ :option:`ADC ` help Enable the MCUX ADC12 driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*