summaryrefslogtreecommitdiff
path: root/default-configs
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2010-03-03 16:02:25 +0100
committerAurelien Jarno <aurelien@aurel32.net>2010-03-06 23:02:47 +0100
commit7b234475712a89a49b80958a6d8aee6e395aeb57 (patch)
tree3b3a00781d0e5bab03ad252c7ea5d23753f5554c /default-configs
parent21be440c6ae355e6acb4f46bfe8249b72e5f54ba (diff)
Build usb-ohci for PCs
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>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/i386-softmmu.mak2
-rw-r--r--default-configs/x86_64-softmmu.mak2
2 files changed, 4 insertions, 0 deletions
diff --git a/default-configs/i386-softmmu.mak b/default-configs/i386-softmmu.mak
index 15586a0c9..9e6d565a4 100644
--- a/default-configs/i386-softmmu.mak
+++ b/default-configs/i386-softmmu.mak
@@ -1 +1,3 @@
# Default configuration for i386-softmmu
+
+CONFIG_USB_OHCI=y
diff --git a/default-configs/x86_64-softmmu.mak b/default-configs/x86_64-softmmu.mak
index ec98af20f..e0f7fc0aa 100644
--- a/default-configs/x86_64-softmmu.mak
+++ b/default-configs/x86_64-softmmu.mak
@@ -1 +1,3 @@
# Default configuration for x86_64-softmmu
+
+CONFIG_USB_OHCI=y