:orphan: .. title:: DAC_DACX3608 .. option:: CONFIG_DAC_DACX3608 *TI DACX3608 DAC driver* Type: ``bool`` Help ==== .. code-block:: none Enable the driver for the TI DACX3608. Direct dependencies =================== \ :option:`I2C ` && \ :option:`DAC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/dac/Kconfig.dacx3608:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:50`` → ``/dac/Kconfig:35`` Menu path: (Top) → Device Drivers → DAC drivers .. code-block:: kconfig config DAC_DACX3608 bool "TI DACX3608 DAC driver" depends on I2C && DAC help Enable the driver for the TI DACX3608. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*