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