diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-03-11 09:19:34 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-03-11 09:19:34 +0000 |
commit | 40bc5ef23442a5a075d2597626b6ba74586aec1b (patch) | |
tree | a9408ba8933235913897d52fec1c541e423bf2d9 /target/linux/avr32 | |
parent | 2e8a5478877ca8fef84b2c0f8dc15536363b102a (diff) | |
download | upstream-40bc5ef23442a5a075d2597626b6ba74586aec1b.tar.gz upstream-40bc5ef23442a5a075d2597626b6ba74586aec1b.tar.bz2 upstream-40bc5ef23442a5a075d2597626b6ba74586aec1b.zip |
avr32: add missing CONFIG_SND_ATMEL_SOC config symbol
SVN-Revision: 20135
Diffstat (limited to 'target/linux/avr32')
-rw-r--r-- | target/linux/avr32/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/avr32/config-default b/target/linux/avr32/config-default index 25d9671f86..9f15a0ac3e 100644 --- a/target/linux/avr32/config-default +++ b/target/linux/avr32/config-default @@ -97,6 +97,7 @@ CONFIG_SERIAL_ATMEL_PDC=y # CONFIG_SERIAL_ATMEL_TTYAT is not set # CONFIG_SND_ATMEL_ABDAC is not set # CONFIG_SND_ATMEL_AC97C is not set +# CONFIG_SND_ATMEL_SOC is not set CONFIG_SPI=y CONFIG_SPI_ATMEL=y # CONFIG_SPI_BITBANG is not set |