[Buildroot] [git commit] configs/qemu/x86_64: enable USB support

Peter Korsgaard peter at korsgaard.com
Wed Mar 9 21:11:51 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=4bff48a200e8c4877d5a0d0b6a568a4315bcc7c9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

We're not trying to be minimal here, and qemu can bridge/emulate certain
usb devices, so enable the different controllers and at least usb
storage.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 board/qemu/x86_64/linux-4.4.config | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/board/qemu/x86_64/linux-4.4.config b/board/qemu/x86_64/linux-4.4.config
index 4dcc995..9cd64f7 100644
--- a/board/qemu/x86_64/linux-4.4.config
+++ b/board/qemu/x86_64/linux-4.4.config
@@ -13,12 +13,17 @@ CONFIG_8139CP=y
 CONFIG_INPUT_EVDEV=y
 CONFIG_SERIAL_8250=y
 CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_DRM=y
+CONFIG_DRM_QXL=y
 CONFIG_SOUND=y
 CONFIG_SND=y
 CONFIG_SND_HDA_INTEL=y
 CONFIG_SND_HDA_GENERIC=y
+CONFIG_USB=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_UHCI_HCD=y
+CONFIG_USB_STORAGE=y
 CONFIG_EXT4_FS=y
 CONFIG_TMPFS=y
 CONFIG_TMPFS_POSIX_ACL=y
-CONFIG_DRM=y
-CONFIG_DRM_QXL=y


More information about the buildroot mailing list