mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
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:
committed by
Richard Purdie
parent
bb75c18104
commit
ed5194052e
+4
-1
@@ -1,7 +1,7 @@
|
|||||||
CONFIG_X86_32=y
|
CONFIG_X86_32=y
|
||||||
CONFIG_PRINTK=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_NETDEVICES=y
|
||||||
CONFIG_NETDEV_1000=y
|
CONFIG_NETDEV_1000=y
|
||||||
CONFIG_ATA=y
|
CONFIG_ATA=y
|
||||||
@@ -22,6 +22,9 @@ CONFIG_NET=y
|
|||||||
CONFIG_USB_UHCI_HCD=y
|
CONFIG_USB_UHCI_HCD=y
|
||||||
CONFIG_BLK_DEV_SD=y
|
CONFIG_BLK_DEV_SD=y
|
||||||
CONFIG_CHR_DEV_SG=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
|
# Make sure these are on, otherwise the bootup won't be fun
|
||||||
CONFIG_EXT3_FS=y
|
CONFIG_EXT3_FS=y
|
||||||
|
|||||||
Reference in New Issue
Block a user