From: Peter Korsgaard Date: Thu, 29 Sep 2011 12:46:39 +0000 (+0200) Subject: qemu/x86: enable alsa/hda support in kernel X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=946a0ff97a574f2963434bba9c587d4832498bca;p=buildroot.git qemu/x86: enable alsa/hda support in kernel For easy sound testing using qemu-system-i386 -soundhw hda Signed-off-by: Peter Korsgaard --- diff --git a/board/qemu/x86/linux-3.0.config b/board/qemu/x86/linux-3.0.config index 20ef541670..5bf6944e3d 100644 --- a/board/qemu/x86/linux-3.0.config +++ b/board/qemu/x86/linux-3.0.config @@ -46,6 +46,9 @@ CONFIG_SERIAL_8250_CONSOLE=y # CONFIG_HW_RANDOM is not set # CONFIG_HWMON is not set # CONFIG_MFD_SUPPORT is not set +CONFIG_SOUND=y +CONFIG_SND=y +CONFIG_SND_HDA_INTEL=y # CONFIG_HID_SUPPORT is not set # CONFIG_USB_SUPPORT is not set # CONFIG_X86_PLATFORM_DEVICES is not set