diff options
author | John Crispin <john@openwrt.org> | 2007-12-31 14:19:34 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-12-31 14:19:34 +0000 |
commit | beb32bfbbc9310c91b6aad716288f29798b38f3c (patch) | |
tree | 7e14e70756b943e1a8f2334f0b098778a483c01b /target/linux/olpc | |
parent | 6286c19540c65b89f4ad241d74b4cd21481ae35f (diff) | |
download | upstream-beb32bfbbc9310c91b6aad716288f29798b38f3c.tar.gz upstream-beb32bfbbc9310c91b6aad716288f29798b38f3c.tar.bz2 upstream-beb32bfbbc9310c91b6aad716288f29798b38f3c.zip |
make sound work on olpc
SVN-Revision: 10070
Diffstat (limited to 'target/linux/olpc')
-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 |