mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
usb: hcd-xhci-sysbus: Attach xhci to sysbus device
Use XHCI as sysbus device, add memory region property to get the address space instance for dma read/write. Signed-off-by: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com> Message-id: 1600957256-6494-5-git-send-email-sai.pavan.boddu@xilinx.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
8ddab8dd3d
commit
f00ff136ee
5 changed files with 148 additions and 0 deletions
|
@ -48,6 +48,11 @@ config USB_XHCI_NEC
|
|||
depends on PCI
|
||||
select USB_XHCI
|
||||
|
||||
config USB_XHCI_SYSBUS
|
||||
bool
|
||||
default y if USB_XHCI
|
||||
select USB
|
||||
|
||||
config USB_MUSB
|
||||
bool
|
||||
select USB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue