CONFIG_DAC_MCUX_DAC32_TESTOUT

Enable DAC test output

Type: bool

Help

Enable the DAC test output.

Direct dependencies

DAC_MCUX_DAC32 && DAC

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/dac/Kconfig.mcux:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:50<Zephyr>/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.)