:orphan: .. title:: DAC_MCUX_DAC .. option:: CONFIG_DAC_MCUX_DAC *NXP Kinetis MCUX DAC driver* Type: ``bool`` Help ==== Enable the driver for the NXP Kinetis MCUX DAC. Direct dependencies =================== (\ :option:`DAC ` && \ :option:`SOC_MK64F12 ` && \ :option:`SOC_SERIES_KINETIS_K6X `) || (\ :option:`HAS_MCUX_DAC ` && \ :option:`DAC `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12:15`` 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`` → ``soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:26`` Menu path: (Top) .. parsed-literal:: config DAC_MCUX_DAC bool default y depends on \ :option:`DAC ` && \ :option:`SOC_MK64F12 ` && \ :option:`SOC_SERIES_KINETIS_K6X ` ---- At ``drivers/dac/Kconfig.mcux:7`` 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_DAC bool "NXP Kinetis MCUX DAC driver" depends on \ :option:`HAS_MCUX_DAC ` && \ :option:`DAC ` help Enable the driver for the NXP Kinetis MCUX DAC. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*