diff options
author | Kevin Wolf <kwolf@redhat.com> | 2010-03-03 16:02:25 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-03-06 23:02:47 +0100 |
commit | 7b234475712a89a49b80958a6d8aee6e395aeb57 (patch) | |
tree | 3b3a00781d0e5bab03ad252c7ea5d23753f5554c /default-configs/x86_64-softmmu.mak | |
parent | 21be440c6ae355e6acb4f46bfe8249b72e5f54ba (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/x86_64-softmmu.mak')
-rw-r--r-- | default-configs/x86_64-softmmu.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default-configs/x86_64-softmmu.mak b/default-configs/x86_64-softmmu.mak index ec98af20fb..e0f7fc0aa1 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 |