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