summaryrefslogtreecommitdiff
path: root/drivers/sound/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-02-17 06:25:05 +0300
committerBin Meng <bmeng.cn@gmail.com>2019-02-20 10:27:11 +0300
commitcf885929a601ba851ce95da236d5b2470850d368 (patch)
tree22270ca082e6bf5e82b59c7d5c16db7fb531b4b4 /drivers/sound/Makefile
parentcbdfe59918661b9d3076e36b8217fca66f25f843 (diff)
downloadu-boot-cf885929a601ba851ce95da236d5b2470850d368.tar.xz
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/Makefile')
-rw-r--r--drivers/sound/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/sound/Makefile b/drivers/sound/Makefile
index 07b590156c..fe3ccd6e5c 100644
--- a/drivers/sound/Makefile
+++ b/drivers/sound/Makefile
@@ -17,5 +17,6 @@ obj-$(CONFIG_SOUND_MAX98090) += max98090.o maxim_codec.o
obj-$(CONFIG_SOUND_MAX98095) += max98095.o maxim_codec.o
obj-$(CONFIG_SOUND_INTEL_HDA) += hda_codec.o
obj-$(CONFIG_SOUND_I8254) += i8254_beep.o
+obj-$(CONFIG_SOUND_RT5677) += rt5677.o
obj-$(CONFIG_INTEL_BROADWELL) += broadwell_i2s.o
obj-$(CONFIG_SOUND_IVYBRIDGE) += ivybridge_sound.o