summaryrefslogtreecommitdiffstats
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)
downloadpoky-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 @@
1CONFIG_X86_32=y 1CONFIG_X86_32=y
2CONFIG_PRINTK=y 2CONFIG_PRINTK=y
3 3
4# Basic hardware support for the box - network, USB, PCI 4# Basic hardware support for the box - network, USB, PCI, sound
5CONFIG_NETDEVICES=y 5CONFIG_NETDEVICES=y
6CONFIG_NETDEV_1000=y 6CONFIG_NETDEV_1000=y
7CONFIG_ATA=y 7CONFIG_ATA=y
@@ -22,6 +22,9 @@ CONFIG_NET=y
22CONFIG_USB_UHCI_HCD=y 22CONFIG_USB_UHCI_HCD=y
23CONFIG_BLK_DEV_SD=y 23CONFIG_BLK_DEV_SD=y
24CONFIG_CHR_DEV_SG=y 24CONFIG_CHR_DEV_SG=y
25CONFIG_SOUND=y
26CONFIG_SND=y
27CONFIG_SND_HDA_INTEL=y
25 28
26# Make sure these are on, otherwise the bootup won't be fun 29# Make sure these are on, otherwise the bootup won't be fun
27CONFIG_EXT3_FS=y 30CONFIG_EXT3_FS=y