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 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 |