diff options
author | Travis Kemen <thepeople@openwrt.org> | 2010-03-05 21:58:49 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2010-03-05 21:58:49 +0000 |
commit | c73d267ccb99a2afaac4ac087b3be651eac61e9e (patch) | |
tree | 3fc7d78c5d1ebcc38c54f4b2df74ea634967c857 /target/linux/avr32 | |
parent | 97c35a7ddee72865cf4a304af19fff598ae537c9 (diff) | |
download | upstream-c73d267ccb99a2afaac4ac087b3be651eac61e9e.tar.gz upstream-c73d267ccb99a2afaac4ac087b3be651eac61e9e.tar.bz2 upstream-c73d267ccb99a2afaac4ac087b3be651eac61e9e.zip |
add missing symbol
SVN-Revision: 20008
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 3f525f44a1..25d9671f86 100644 --- a/target/linux/avr32/config-default +++ b/target/linux/avr32/config-default @@ -96,6 +96,7 @@ CONFIG_SERIAL_ATMEL_CONSOLE=y 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_SPI=y CONFIG_SPI_ATMEL=y # CONFIG_SPI_BITBANG is not set |