mirror of https://github.com/xemu-project/xemu.git
hw/usb/Kconfig: USB_XHCI_NEC requires USB_XHCI
TYPE_NEC_XHCI is child of TYPE_XHCI. Add the missing Kconfig dependency. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
a86588d6a9
commit
c363fd483c
|
@ -40,7 +40,7 @@ config USB_XHCI_NEC
|
||||||
bool
|
bool
|
||||||
default y if PCI_DEVICES
|
default y if PCI_DEVICES
|
||||||
depends on PCI
|
depends on PCI
|
||||||
select USB
|
select USB_XHCI
|
||||||
|
|
||||||
config USB_MUSB
|
config USB_MUSB
|
||||||
bool
|
bool
|
||||||
|
|
Loading…
Reference in New Issue