diff options
author | Simon Glass <sjg@chromium.org> | 2019-02-16 20:25:05 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2019-02-20 15:27:11 +0800 |
commit | cf885929a601ba851ce95da236d5b2470850d368 (patch) | |
tree | 22270ca082e6bf5e82b59c7d5c16db7fb531b4b4 /drivers/sound/Kconfig | |
parent | cbdfe59918661b9d3076e36b8217fca66f25f843 (diff) | |
download | u-boot-cf885929a601ba851ce95da236d5b2470850d368.tar.gz |
sound: Add a driver for RealTek RT5677
This audio codec is used on samus. Add a driver for it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/sound/Kconfig')
-rw-r--r-- | drivers/sound/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/sound/Kconfig b/drivers/sound/Kconfig index c1847df07f..6e9dcefcb9 100644 --- a/drivers/sound/Kconfig +++ b/drivers/sound/Kconfig @@ -95,6 +95,15 @@ config SOUND_MAX98095 audio data and I2C for codec control. At present it only works with the Samsung I2S driver. +config SOUND_RT5677 + bool "Support Realtek RT5677 audio codec" + depends on SOUND + help + Enable the Realtek RT5677 audio codec. This is an I2S device used on + some Chromebooks from around 2015 ('auron'). It is configured using + an I2C interface and supports multiple sound inputs and outputs, + including digital microphones. + config SOUND_SANDBOX bool "Support sandbox emulated audio codec" depends on SANDBOX && SOUND |