]> git.proxmox.com Git - mirror_qemu.git/blame - hw/usb/Kconfig
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
[mirror_qemu.git] / hw / usb / Kconfig
CommitLineData
82f51817
PB
1config USB
2 bool
3
4config USB_UHCI
5 bool
7c28b925
PB
6 default y if PCI_DEVICES
7 depends on PCI
d6e9c470 8 select USB
82f51817
PB
9
10config USB_OHCI
34d97308
TH
11 bool
12 select USB
13
14config USB_OHCI_PCI
82f51817 15 bool
7c28b925
PB
16 default y if PCI_DEVICES
17 depends on PCI
34d97308 18 select USB_OHCI
82f51817
PB
19
20config USB_EHCI
21 bool
d6e9c470 22 select USB
82f51817 23
a86588d6
PMD
24config USB_EHCI_PCI
25 bool
26 default y if PCI_DEVICES
27 select USB_EHCI
28
82f51817
PB
29config USB_EHCI_SYSBUS
30 bool
a86588d6 31 select USB_EHCI
82f51817
PB
32
33config USB_XHCI
34 bool
d6e9c470 35 select USB
82f51817 36
755fba11
SPB
37config USB_XHCI_PCI
38 bool
39 default y if PCI_DEVICES
40 depends on PCI
41 select USB_XHCI
42
82f51817
PB
43config USB_XHCI_NEC
44 bool
7c28b925 45 default y if PCI_DEVICES
f0617abf 46 select USB_XHCI_PCI
82f51817 47
f00ff136
SPB
48config USB_XHCI_SYSBUS
49 bool
7114f6ea 50 select USB_XHCI
f00ff136 51
82f51817
PB
52config USB_MUSB
53 bool
d6e9c470 54 select USB
82f51817 55
153ef166
PZ
56config USB_DWC2
57 bool
153ef166
PZ
58 select USB
59
82f51817
PB
60config TUSB6010
61 bool
d6e9c470 62 select USB_MUSB
82f51817
PB
63
64config USB_TABLET_WACOM
65 bool
d6e9c470
PB
66 default y
67 depends on USB
82f51817 68
f98c9bd4
GH
69config USB_STORAGE_CORE
70 bool
71 depends on USB
72 select SCSI
73
74config USB_STORAGE_CLASSIC
75 bool
76 default y
77 depends on USB
78 select USB_STORAGE_CORE
79
82f51817
PB
80config USB_STORAGE_BOT
81 bool
d6e9c470
PB
82 default y
83 depends on USB
f98c9bd4 84 select USB_STORAGE_CORE
82f51817
PB
85
86config USB_STORAGE_UAS
87 bool
d6e9c470
PB
88 default y
89 depends on USB
03b348bd 90 select SCSI
82f51817
PB
91
92config USB_AUDIO
93 bool
d6e9c470
PB
94 default y
95 depends on USB
82f51817
PB
96
97config USB_SERIAL
98 bool
d6e9c470
PB
99 default y
100 depends on USB
82f51817
PB
101
102config USB_NETWORK
103 bool
d6e9c470
PB
104 default y
105 depends on USB
82f51817 106
82f51817
PB
107config USB_SMARTCARD
108 bool
d6e9c470
PB
109 default y
110 depends on USB
82f51817
PB
111
112config USB_STORAGE_MTP
113 bool
d6e9c470
PB
114 default y
115 depends on USB
0701a5ef 116
0a40bcb7
CB
117config USB_U2F
118 bool
119 default y
120 depends on USB
121
8caef850
HZZ
122config USB_CANOKEY
123 bool
124 default y
125 depends on USB
126
0701a5ef
GR
127config IMX_USBPHY
128 bool
129 default y
130 depends on USB
8bbe61f3
VG
131
132config USB_DWC3
133 bool
134 select USB_XHCI_SYSBUS
135 select REGISTER
e29c7db1
SPB
136
137config XLNX_USB_SUBSYS
138 bool
139 default y if XLNX_VERSAL
140 select USB_DWC3