| 1234567891011121314151617181920212223242526272829303132 |
- menu "DAC Configuration"
- config DAC_TAS57XX
- bool "TI TAS57xx (TAS5754/TAS5756)"
- default n
- help
- Build the TI TAS5754M / TAS5756M DAC/amplifier driver.
- The board must register it at runtime via dac_register().
- config DAC_TAS58XX
- bool "TI TAS58xx (TAS5825M)"
- default n
- help
- Build the TI TAS5825M DAC/amplifier driver.
- The board must register it at runtime via dac_register().
- config DAC_ES8311
- bool "ESS ES8311 (stereo audio codec)"
- default n
- help
- Build the ES8311 stereo audio codec driver.
- The board must register it at runtime via dac_register().
- config DAC_CONTROLS_VOLUME
- bool
- default y if DAC_TAS57XX || DAC_TAS58XX || DAC_ES8311
- help
- Hidden option. Set automatically when a hardware DAC driver is enabled.
- When true, the DAC handles volume control and software attenuation
- is skipped in the audio output path.
- endmenu
|