CONFIG_AUDIO_TLV320DAC¶
TLV320DAC310x DAC support
Type: bool
Help¶
Enable TLV320DAC support on the selected board
Direct dependencies¶
(AUDIO && BOARD_INTEL_S1000_CRB) || (I2C && GPIO && AUDIO_CODEC && AUDIO)
(Includes any dependencies from ifs and menus.)
Default¶
- y 
Kconfig definitions¶
At <Zephyr Boards>/xtensa/intel_s1000_crb/Kconfig.defconfig:108
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config AUDIO_TLV320DAC
    bool
    default y
    depends on AUDIO && BOARD_INTEL_S1000_CRB
At <Zephyr Driver>/audio/Kconfig.tlv320dac:4
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:86 → <Zephyr Driver>/audio/Kconfig:32
Menu path: (Top) → Device Drivers → Support for Audio → Audio Codec Drivers
config AUDIO_TLV320DAC
    bool "TLV320DAC310x DAC support"
    depends on I2C && GPIO && AUDIO_CODEC && AUDIO
    help
      Enable TLV320DAC support on the selected board
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)