diff options
author | John Crispin <john@openwrt.org> | 2015-10-19 10:07:54 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-10-19 10:07:54 +0000 |
commit | 7295e9fb8be958913764eea2e6c467464dba4c41 (patch) | |
tree | a7f68a63830c8acd77cf7915c775815f99c9ca5e /target/linux/ramips/mt7628 | |
parent | f5d5cb0114a18c854d3bbd19560a84f8b077521c (diff) | |
download | upstream-7295e9fb8be958913764eea2e6c467464dba4c41.tar.gz upstream-7295e9fb8be958913764eea2e6c467464dba4c41.tar.bz2 upstream-7295e9fb8be958913764eea2e6c467464dba4c41.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>
SVN-Revision: 47205
Diffstat (limited to 'target/linux/ramips/mt7628')
-rw-r--r-- | target/linux/ramips/mt7628/config-3.18 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7628/config-3.18 b/target/linux/ramips/mt7628/config-3.18 index e0bc10a3e7..9ab31acdc3 100644 --- a/target/linux/ramips/mt7628/config-3.18 +++ b/target/linux/ramips/mt7628/config-3.18 @@ -164,6 +164,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 is not set +CONFIG_SND_MT76XX_SOC_MT7628=y CONFIG_SPI=y CONFIG_SPI_MASTER=y CONFIG_SPI_MT7621=y |