usb: hcd-xhci-sysbus: Attach xhci to sysbus device
[qemu/ar7.git] / hw / usb / Kconfig
blob4dd2ba9630cbe57e02721c2e30049ce9eae03628
1 config USB
2     bool
4 config USB_UHCI
5     bool
6     default y if PCI_DEVICES
7     depends on PCI
8     select USB
10 config USB_OHCI
11     bool
12     select USB
14 config USB_OHCI_PCI
15     bool
16     default y if PCI_DEVICES
17     depends on PCI
18     select USB_OHCI
20 config USB_EHCI
21     bool
22     select USB
24 config USB_EHCI_PCI
25     bool
26     default y if PCI_DEVICES
27     select USB_EHCI
29 config USB_EHCI_SYSBUS
30     bool
31     select USB_EHCI
33 config USB_XHCI
34     bool
35     default y if PCI_DEVICES
36     depends on PCI
37     select USB
39 config USB_XHCI_PCI
40     bool
41     default y if PCI_DEVICES
42     depends on PCI
43     select USB_XHCI
45 config USB_XHCI_NEC
46     bool
47     default y if PCI_DEVICES
48     depends on PCI
49     select USB_XHCI
51 config USB_XHCI_SYSBUS
52     bool
53     default y if USB_XHCI
54     select USB
56 config USB_MUSB
57     bool
58     select USB
60 config USB_DWC2
61     bool
62     select USB
64 config TUSB6010
65     bool
66     select USB_MUSB
68 config USB_TABLET_WACOM
69     bool
70     default y
71     depends on USB
73 config USB_STORAGE_BOT
74     bool
75     default y
76     depends on USB
77     select SCSI
79 config USB_STORAGE_UAS
80     bool
81     default y
82     depends on USB
83     select SCSI
85 config USB_AUDIO
86     bool
87     default y
88     depends on USB
90 config USB_SERIAL
91     bool
92     default y
93     depends on USB
95 config USB_NETWORK
96     bool
97     default y
98     depends on USB
100 config USB_SMARTCARD
101     bool
102     default y
103     depends on USB
105 config USB_STORAGE_MTP
106     bool
107     default y
108     depends on USB
110 config USB_U2F
111     bool
112     default y
113     depends on USB
115 config IMX_USBPHY
116     bool
117     default y
118     depends on USB