diff options
Diffstat (limited to 'hw/usb/Kconfig')
-rw-r--r-- | hw/usb/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hw/usb/Kconfig b/hw/usb/Kconfig index a1b7acb12a..564305e283 100644 --- a/hw/usb/Kconfig +++ b/hw/usb/Kconfig @@ -9,9 +9,13 @@ config USB_UHCI config USB_OHCI bool + select USB + +config USB_OHCI_PCI + bool default y if PCI_DEVICES depends on PCI - select USB + select USB_OHCI config USB_EHCI bool |