]> git.proxmox.com Git - qemu.git/commitdiff
Build usb-ohci for PCs
authorKevin Wolf <kwolf@redhat.com>
Wed, 3 Mar 2010 15:02:25 +0000 (16:02 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 6 Mar 2010 22:02:47 +0000 (23:02 +0100)
The OHCI emulation isn't obviously broken and there are people who want to use
it. Let's build it by default so that it can be enabled via -device.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
default-configs/i386-softmmu.mak
default-configs/x86_64-softmmu.mak

index 15586a0c93233ad24f44a3c68333723c07ecc22c..9e6d565a49fef0aca6289225dba98d89eeca9a02 100644 (file)
@@ -1 +1,3 @@
 # Default configuration for i386-softmmu
+
+CONFIG_USB_OHCI=y
index ec98af20fb2573ef87a613732d4c18d615282f90..e0f7fc0aa141715c93b31574620f7a39e09070ae 100644 (file)
@@ -1 +1,3 @@
 # Default configuration for x86_64-softmmu
+
+CONFIG_USB_OHCI=y