:orphan: .. title:: AUDIO_TLV320DAC .. option:: CONFIG_AUDIO_TLV320DAC *TLV320DAC310x DAC support* Type: ``bool`` Help ==== Enable TLV320DAC support on the selected board Direct dependencies =================== (\ :option:`AUDIO ` && \ :option:`BOARD_INTEL_S1000_CRB `) || (\ :option:`I2C ` && \ :option:`GPIO ` && \ :option:`AUDIO_CODEC ` && \ :option:`AUDIO `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:110`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config AUDIO_TLV320DAC bool default y depends on \ :option:`AUDIO ` && \ :option:`BOARD_INTEL_S1000_CRB ` ---- At ``drivers/audio/Kconfig.tlv320dac:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:84`` → ``drivers/audio/Kconfig:32`` Menu path: (Top) → Device Drivers → Support for Audio → Audio Codec Drivers .. parsed-literal:: config AUDIO_TLV320DAC bool "TLV320DAC310x DAC support" depends on \ :option:`I2C ` && \ :option:`GPIO ` && \ :option:`AUDIO_CODEC ` && \ :option:`AUDIO ` help Enable TLV320DAC support on the selected board *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*