mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c
Move pci specific devices to new file. This set the environment to move all pci specific hooks in hcd-xhci.c to hcd-xhci-pci.c. Signed-off-by: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com> Message-id: 1600957256-6494-3-git-send-email-sai.pavan.boddu@xilinx.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
a5317074e1
commit
755fba11fb
5 changed files with 79 additions and 31 deletions
|
@ -36,6 +36,12 @@ config USB_XHCI
|
|||
depends on PCI
|
||||
select USB
|
||||
|
||||
config USB_XHCI_PCI
|
||||
bool
|
||||
default y if PCI_DEVICES
|
||||
depends on PCI
|
||||
select USB_XHCI
|
||||
|
||||
config USB_XHCI_NEC
|
||||
bool
|
||||
default y if PCI_DEVICES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue