aboutsummaryrefslogtreecommitdiff
path: root/drivers/sound/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-02-16 20:25:05 -0700
committerBin Meng <bmeng.cn@gmail.com>2019-02-20 15:27:11 +0800
commitcf885929a601ba851ce95da236d5b2470850d368 (patch)
tree22270ca082e6bf5e82b59c7d5c16db7fb531b4b4 /drivers/sound/Kconfig
parentcbdfe59918661b9d3076e36b8217fca66f25f843 (diff)
downloadu-boot-cf885929a601ba851ce95da236d5b2470850d368.zip
u-boot-cf885929a601ba851ce95da236d5b2470850d368.tar.gz
u-boot-cf885929a601ba851ce95da236d5b2470850d368.tar.bz2
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/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/sound/Kconfig b/drivers/sound/Kconfig
index c1847df..6e9dcef 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