:orphan: .. title:: CONFIG_DAC .. kconfig:: CONFIG_DAC CONFIG_DAC ########## *DAC drivers* Type: ``bool`` Help ==== .. code-block:: none Enable DAC (Digital to Analog Converter) driver configuration. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/dac/Kconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:52`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig DAC bool "DAC drivers" help Enable DAC (Digital to Analog Converter) driver configuration. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*