:orphan: .. title:: DAC_MCUX_DAC32 .. option:: CONFIG_DAC_MCUX_DAC32 *NXP Kinetis MCUX DAC32 driver* Type: ``bool`` Help ==== .. code-block:: none Enable the driver for the NXP Kinetis MCUX DAC32. Direct dependencies =================== (\ :option:`DAC ` && \ :option:`SOC_SERIES_KINETIS_KE1XF `) || (\ :option:`HAS_MCUX_DAC32 ` && \ :option:`DAC `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:88`` 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 DAC_MCUX_DAC32 bool default y depends on DAC && SOC_SERIES_KINETIS_KE1XF ---- At ``/dac/Kconfig.mcux:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:50`` → ``/dac/Kconfig:27`` Menu path: (Top) → Device Drivers → DAC drivers .. code-block:: kconfig config DAC_MCUX_DAC32 bool "NXP Kinetis MCUX DAC32 driver" depends on HAS_MCUX_DAC32 && DAC help Enable the driver for the NXP Kinetis MCUX DAC32. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*