:orphan: .. title:: DAC_DACX0508 .. option:: CONFIG_DAC_DACX0508 *TI DACx0508 DAC driver* Type: ``bool`` Help ==== Enable the driver for the TI DACx0508. Direct dependencies =================== (\ :option:`DAC ` && \ :option:`SHIELD_DAC80508_EVM `) || (\ :option:`DAC ` && \ :option:`SHIELD_DAC80508_EVM `) || (\ :option:`SPI ` && \ :option:`DAC `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/shields/dac80508_evm/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. parsed-literal:: config DAC_DACX0508 bool default y depends on \ :option:`DAC ` && \ :option:`SHIELD_DAC80508_EVM ` ---- At ``boards/shields/dac80508_evm/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config DAC_DACX0508 bool default y depends on \ :option:`DAC ` && \ :option:`SHIELD_DAC80508_EVM ` ---- At ``drivers/dac/Kconfig.dacx0508:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:50`` → ``drivers/dac/Kconfig:33`` Menu path: (Top) → Device Drivers → DAC drivers .. parsed-literal:: config DAC_DACX0508 bool "TI DACx0508 DAC driver" depends on \ :option:`SPI ` && \ :option:`DAC ` help Enable the driver for the TI DACx0508. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*