:orphan: .. title:: DAC_MCUX_DAC32_TESTOUT .. option:: CONFIG_DAC_MCUX_DAC32_TESTOUT *Enable DAC test output* Type: ``bool`` Help ==== Enable the DAC test output. Direct dependencies =================== \ :option:`DAC_MCUX_DAC32 ` && \ :option:`DAC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/dac/Kconfig.mcux:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:50`` → ``drivers/dac/Kconfig:27`` Menu path: (Top) → Device Drivers → DAC drivers → NXP Kinetis MCUX DAC32 driver .. parsed-literal:: config DAC_MCUX_DAC32_TESTOUT bool "Enable DAC test output" depends on \ :option:`DAC_MCUX_DAC32 ` && \ :option:`DAC ` help Enable the DAC test output. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*