diff options
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 946f6c8bb..2696b3d88 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 @@ 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 |