diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-31 14:19:34 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-31 14:19:34 +0000 |
commit | 9bab732e6701968102f8124b5c9a94a06e3aa040 (patch) | |
tree | 341400cc52f956d02dc859a567c887e3a5c0da57 /target/linux | |
parent | dd8f915c081031f84f23cc4e2ab6a5cfcd6eb5c2 (diff) |
make sound work on olpc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10070 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/olpc/config-2.6.23 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/olpc/config-2.6.23 b/target/linux/olpc/config-2.6.23 index 5d8353135d..1a45d95b28 100644 --- a/target/linux/olpc/config-2.6.23 +++ b/target/linux/olpc/config-2.6.23 @@ -1,5 +1,6 @@ # CONFIG_60XX_WDT is not set # CONFIG_8139TOO is not set +CONFIG_AC97_BUS=m # CONFIG_ACPI is not set # CONFIG_ACQUIRE_WDT is not set # CONFIG_ADVANTECH_WDT is not set @@ -271,6 +272,7 @@ CONFIG_KMOD=y CONFIG_KTIME_SCALAR=y # CONFIG_KVM is not set CONFIG_LCD_CLASS_DEVICE=y +# CONFIG_LEDS_ALIX is not set CONFIG_LOCALVERSION_AUTO=y # CONFIG_LOGO is not set # CONFIG_M386 is not set @@ -492,9 +494,11 @@ CONFIG_SERIO_LIBPS2=y CONFIG_SERIO_SERPORT=y # CONFIG_SMP is not set # CONFIG_SMSC37B787_WDT is not set +CONFIG_SND_AC97_CODEC=m +# CONFIG_SND_CS5530 is not set +CONFIG_SND_CS5535AUDIO=m # CONFIG_SOFT_WATCHDOG is not set # CONFIG_SONYPI is not set -# CONFIG_SOUND is not set CONFIG_SPARSEMEM_STATIC=y CONFIG_SUSPEND=y CONFIG_SYSVIPC_SYSCTL=y |