-
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 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
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.)