CONFIG_DAC_MCUX_DAC32_TESTOUT¶
Enable DAC test output
Type: bool
Help¶
Enable the DAC test output.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/dac/Kconfig.mcux:19
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:52 → <Zephyr Driver>/dac/Kconfig:27
Menu path: (Top) → Device Drivers → DAC drivers → NXP Kinetis MCUX DAC32 driver
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.)