diff options
author | Jeff Dike <jdike@x86_64.user-mode-linux.org> | 2010-07-29 13:01:57 -0400 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-13 14:42:03 +0100 |
commit | ed5194052e6fce77efb8f0fe9dfd661cdfa3f723 (patch) | |
tree | 87b9bbad16ee97aa60a1d49c1f6be2ee7ecf39a8 /meta-emenlow | |
parent | bb75c1810454a90a070370fee724da156acb888f (diff) | |
download | poky-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/defconfig | 5 |
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 @@ | |||
1 | CONFIG_X86_32=y | 1 | CONFIG_X86_32=y |
2 | CONFIG_PRINTK=y | 2 | CONFIG_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 |
5 | CONFIG_NETDEVICES=y | 5 | CONFIG_NETDEVICES=y |
6 | CONFIG_NETDEV_1000=y | 6 | CONFIG_NETDEV_1000=y |
7 | CONFIG_ATA=y | 7 | CONFIG_ATA=y |
@@ -22,6 +22,9 @@ CONFIG_NET=y | |||
22 | CONFIG_USB_UHCI_HCD=y | 22 | CONFIG_USB_UHCI_HCD=y |
23 | CONFIG_BLK_DEV_SD=y | 23 | CONFIG_BLK_DEV_SD=y |
24 | CONFIG_CHR_DEV_SG=y | 24 | CONFIG_CHR_DEV_SG=y |
25 | CONFIG_SOUND=y | ||
26 | CONFIG_SND=y | ||
27 | CONFIG_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 |
27 | CONFIG_EXT3_FS=y | 30 | CONFIG_EXT3_FS=y |