:orphan: .. title:: DAC .. option:: 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:32`` → ``/Kconfig:50`` 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.)*