:orphan: .. title:: CONFIG_AUDIO_TLV320DAC .. kconfig:: CONFIG_AUDIO_TLV320DAC CONFIG_AUDIO_TLV320DAC ###################### *TLV320DAC310x DAC support* Type: ``bool`` Help ==== .. code-block:: none Enable TLV320DAC support on the selected board Direct dependencies =================== (\ :kconfig:`AUDIO ` && \ :kconfig:`BOARD_INTEL_S1000_CRB `) || (\ :kconfig:`I2C ` && \ :kconfig:`GPIO ` && \ :kconfig:`AUDIO_CODEC ` && \ :kconfig:`AUDIO `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/xtensa/intel_s1000_crb/Kconfig.defconfig:108`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config AUDIO_TLV320DAC bool default y depends on AUDIO && BOARD_INTEL_S1000_CRB ---- At ``/audio/Kconfig.tlv320dac:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:86`` → ``/audio/Kconfig:32`` Menu path: (Top) → Device Drivers → Support for Audio → Audio Codec Drivers .. code-block:: kconfig 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.)*