icount: Take iothread lock when running QEMU timers
[qemu/ar7.git] / hw / usb / Kconfig
blobce4f4339763e0b140feb74cb03f6214beec3ef7c
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     select USB
37 config USB_XHCI_PCI
38     bool
39     default y if PCI_DEVICES
40     depends on PCI
41     select USB_XHCI
43 config USB_XHCI_NEC
44     bool
45     default y if PCI_DEVICES
46     select USB_XHCI_PCI
48 config USB_XHCI_SYSBUS
49     bool
50     select USB_XHCI
52 config USB_MUSB
53     bool
54     select USB
56 config USB_DWC2
57     bool
58     select USB
60 config TUSB6010
61     bool
62     select USB_MUSB
64 config USB_TABLET_WACOM
65     bool
66     default y
67     depends on USB
69 config USB_STORAGE_CORE
70     bool
71     depends on USB
72     select SCSI
74 config USB_STORAGE_CLASSIC
75     bool
76     default y
77     depends on USB
78     select USB_STORAGE_CORE
80 config USB_STORAGE_BOT
81     bool
82     default y
83     depends on USB
84     select USB_STORAGE_CORE
86 config USB_STORAGE_UAS
87     bool
88     default y
89     depends on USB
90     select SCSI
92 config USB_AUDIO
93     bool
94     default y
95     depends on USB
97 config USB_SERIAL
98     bool
99     default y
100     depends on USB
102 config USB_NETWORK
103     bool
104     default y
105     depends on USB
107 config USB_SMARTCARD
108     bool
109     default y
110     depends on USB
112 config USB_STORAGE_MTP
113     bool
114     default y
115     depends on USB
117 config USB_U2F
118     bool
119     default y
120     depends on USB
122 config USB_CANOKEY
123     bool
124     default y
125     depends on USB
127 config IMX_USBPHY
128     bool
129     default y
130     depends on USB
132 config USB_DWC3
133     bool
134     select USB_XHCI_SYSBUS
135     select REGISTER
137 config XLNX_USB_SUBSYS
138     bool
139     default y if XLNX_VERSAL
140     select USB_DWC3