Merge tag 'v9.1.0'
[qemu/ar7.git] / hw / usb / Kconfig
blob84bc7fbe36cd4a8961bbe12f9989faa3e419285a
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_SYSBUS
15     bool
16     select USB_OHCI
18 config USB_OHCI_PCI
19     bool
20     default y if PCI_DEVICES
21     depends on PCI
22     select USB_OHCI
24 config USB_EHCI
25     bool
26     select USB
28 config USB_EHCI_PCI
29     bool
30     default y if PCI_DEVICES
31     select USB_EHCI
33 config USB_EHCI_SYSBUS
34     bool
35     select USB_EHCI
37 config USB_XHCI
38     bool
39     select USB
41 config USB_XHCI_PCI
42     bool
43     default y if PCI_DEVICES || PCIE_DEVICES
44     depends on PCI
45     select USB_XHCI
47 config USB_XHCI_NEC
48     bool
49     default y if PCI_DEVICES
50     select USB_XHCI_PCI
52 config USB_XHCI_SYSBUS
53     bool
54     select USB_XHCI
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_HUB
69     bool
70     default y
71     depends on USB
73 config USB_HID
74     bool
75     default y
76     depends on USB
78 config USB_TABLET_WACOM
79     bool
80     default y
81     depends on USB
83 config USB_STORAGE_CORE
84     bool
85     depends on USB
86     select SCSI
88 config USB_STORAGE_CLASSIC
89     bool
90     default y
91     depends on USB
92     select USB_STORAGE_CORE
94 config USB_STORAGE_BOT
95     bool
96     default y
97     depends on USB
98     select USB_STORAGE_CORE
100 config USB_STORAGE_UAS
101     bool
102     default y
103     depends on USB
104     select SCSI
106 config USB_AUDIO
107     bool
108     default y
109     depends on USB
111 config USB_SERIAL
112     bool
113     default y
114     depends on USB
116 config USB_NETWORK
117     bool
118     default y
119     depends on USB
121 config USB_SMARTCARD
122     bool
123     default y
124     depends on USB
126 config USB_STORAGE_MTP
127     bool
128     default y
129     depends on USB
131 config USB_U2F
132     bool
133     default y
134     depends on USB
136 config USB_CANOKEY
137     bool
138     default y
139     depends on USB
141 config IMX_USBPHY
142     bool
143     default y
144     depends on USB
146 config USB_DWC3
147     bool
148     select USB_XHCI_SYSBUS
149     select REGISTER
151 config XLNX_USB_SUBSYS
152     bool
153     select USB_DWC3