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>
This commit is contained in:
Jeff Dike
2010-07-29 13:01:57 -04:00
committed by Richard Purdie
parent bb75c18104
commit ed5194052e

View 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