From: Kevin Wolf Date: Wed, 3 Mar 2010 15:02:25 +0000 (+0100) Subject: Build usb-ohci for PCs X-Git-Tag: v0.13.0-rc0~1187 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b234475712a89a49b80958a6d8aee6e395aeb57;p=thirdparty%2Fqemu.git 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 Signed-off-by: Aurelien Jarno --- diff --git a/default-configs/i386-softmmu.mak b/default-configs/i386-softmmu.mak index 15586a0c932..9e6d565a49f 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 ec98af20fb2..e0f7fc0aa14 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