aboutsummaryrefslogtreecommitdiffstats
path: root/meta-emenlow
diff options
context:
space:
mode:
authorJeff Dike <jdike@x86_64.user-mode-linux.org>2010-07-29 13:01:57 -0400
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-13 14:42:03 +0100
commited5194052e6fce77efb8f0fe9dfd661cdfa3f723 (patch)
tree87b9bbad16ee97aa60a1d49c1f6be2ee7ecf39a8 /meta-emenlow
parentbb75c1810454a90a070370fee724da156acb888f (diff)
downloadopenembedded-core-ed5194052e6fce77efb8f0fe9dfd661cdfa3f723.tar.gz
emenlow: Add Intel sound support
This adds CONFIG_SOUND, CONFIG_SND, and CONFIG_SND_HDA_INTEL to the emenlow deconfig. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Diffstat (limited to 'meta-emenlow')
-rw-r--r--meta-emenlow/packages/linux/linux-2.6.33.2/defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-emenlow/packages/linux/linux-2.6.33.2/defconfig b/meta-emenlow/packages/linux/linux-2.6.33.2/defconfig
index 946f6c8bb2..2696b3d883 100644
--- a/meta-emenlow/packages/linux/linux-2.6.33.2/defconfig
+++ b/meta-emenlow/packages/linux/linux-2.6.33.2/defconfig
@@ -1,7 +1,7 @@
CONFIG_X86_32=y
CONFIG_PRINTK=y
-# Basic hardware support for the box - network, USB, PCI
+# Basic hardware support for the box - network, USB, PCI, sound
CONFIG_NETDEVICES=y
CONFIG_NETDEV_1000=y
CONFIG_ATA=y
@@ -22,6 +22,9 @@ CONFIG_NET=y
CONFIG_USB_UHCI_HCD=y
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_SG=y
+CONFIG_SOUND=y
+CONFIG_SND=y
+CONFIG_SND_HDA_INTEL=y
# Make sure these are on, otherwise the bootup won't be fun
CONFIG_EXT3_FS=y