diff options
author | John Crispin <blogic@openwrt.org> | 2015-10-19 10:07:54 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-10-19 10:07:54 +0000 |
commit | 30e58b383eef889b9573867ba9f3f73dc01a5a87 (patch) | |
tree | d91297a781420d3edbb2f60c9e10da548d8fd348 /target/linux/ramips/mt7620 | |
parent | 43f0639aae90e44f73ff61eba2a442ff151af313 (diff) | |
download | master-187ad058-30e58b383eef889b9573867ba9f3f73dc01a5a87.tar.gz master-187ad058-30e58b383eef889b9573867ba9f3f73dc01a5a87.tar.bz2 master-187ad058-30e58b383eef889b9573867ba9f3f73dc01a5a87.zip |
ramips: add alsa support
add the SDK alsa driver. this has only been tested on mt7628/88 and wm8960.
mt7620 is only compile tested.
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47205 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/mt7620')
-rw-r--r-- | target/linux/ramips/mt7620/config-3.18 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7620/config-3.18 b/target/linux/ramips/mt7620/config-3.18 index 8a8da6a00f..0263bba3ea 100644 --- a/target/linux/ramips/mt7620/config-3.18 +++ b/target/linux/ramips/mt7620/config-3.18 @@ -166,6 +166,8 @@ CONFIG_SOC_MT7620=y # CONFIG_SOC_RT288X is not set # CONFIG_SOC_RT305X is not set # CONFIG_SOC_RT3883 is not set +CONFIG_SND_MT76XX_SOC_MT7620=y +# CONFIG_SND_MT76XX_SOC_MT7628 is not set CONFIG_SPI=y CONFIG_SPI_MASTER=y # CONFIG_SPI_MT7621 is not set |