]> code.ossystems Code Review - openembedded-core.git/commitdiff
emenlow: Add Intel sound support
authorJeff Dike <jdike@x86_64.user-mode-linux.org>
Thu, 29 Jul 2010 17:01:57 +0000 (13:01 -0400)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 13 Aug 2010 13:42:03 +0000 (14:42 +0100)
This adds CONFIG_SOUND, CONFIG_SND, and CONFIG_SND_HDA_INTEL to the
emenlow deconfig.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
meta-emenlow/packages/linux/linux-2.6.33.2/defconfig

index 946f6c8bb2f00e735bd28cd5c5e852ec2973ce9a..2696b3d883dc8b8fa0f2b96e4685f67bfd07b807 100644 (file)
@@ -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