CONFIG_AUDIO_TLV320DAC

TLV320DAC310x DAC support

Type: bool

Help

Enable TLV320DAC support on the selected board

Direct dependencies

I2C && AUDIO_CODEC && AUDIO

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/audio/Kconfig.tlv320dac:7

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:86drivers/audio/Kconfig:44

Menu path: (top menu) → Device Drivers → Support for Audio → Audio Codec Drivers

menuconfig AUDIO_TLV320DAC
    bool
    prompt "TLV320DAC310x DAC support" if I2C && AUDIO_CODEC && AUDIO
    depends on I2C && AUDIO_CODEC && AUDIO
    help
      Enable TLV320DAC support on the selected board

(Definitions include propagated dependencies, including from if’s and menus.)