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:110

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config AUDIO_TLV320DAC
    bool
    default y
    depends on AUDIO && BOARD_INTEL_S1000_CRB

At <Zephyr>/drivers/audio/Kconfig.tlv320dac:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:84<Zephyr>/drivers/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.)