:orphan: .. title:: ADC_MCUX_ADC12 .. option:: CONFIG_ADC_MCUX_ADC12 *MCUX ADC12 driver* Type: ``bool`` Help ==== .. code-block:: none 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 =================== At ``/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:84`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_kinetis/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config ADC_MCUX_ADC12 bool default y depends on ADC && SOC_SERIES_KINETIS_KE1XF ---- At ``/adc/Kconfig.mcux:6`` 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_ADC12 bool "MCUX ADC12 driver" depends on HAS_MCUX_ADC12 && ADC help Enable the MCUX ADC12 driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*