master
text 148 lines 1.95 KB
Raw
1 config USB
2 bool
3
4 config USB_UHCI
5 bool
6 default y if PCI_DEVICES
7 depends on PCI
8 select USB
9
10 config USB_OHCI
11 bool
12 select USB
13
14 config USB_OHCI_SYSBUS
15 bool
16 select USB_OHCI
17
18 config USB_OHCI_PCI
19 bool
20 default y if PCI_DEVICES
21 depends on PCI
22 select USB_OHCI
23
24 config USB_EHCI
25 bool
26 select USB
27
28 config USB_EHCI_PCI
29 bool
30 default y if PCI_DEVICES
31 select USB_EHCI
32
33 config USB_EHCI_SYSBUS
34 bool
35 select USB_EHCI
36
37 config USB_XHCI
38 bool
39 select USB
40
41 config USB_XHCI_PCI
42 bool
43 default y if PCI_DEVICES || PCIE_DEVICES
44 depends on PCI
45 select USB_XHCI
46
47 config USB_XHCI_NEC
48 bool
49 default y if PCI_DEVICES
50 select USB_XHCI_PCI
51
52 config USB_XHCI_SYSBUS
53 bool
54 select USB_XHCI
55
56 config USB_DWC2
57 bool
58 select USB
59
60 config USB_HUB
61 bool
62 default y
63 depends on USB
64
65 config USB_HID
66 bool
67 default y
68 depends on USB
69
70 config USB_TABLET_WACOM
71 bool
72 default y
73 depends on USB
74
75 config USB_STORAGE_CORE
76 bool
77 depends on USB
78 select SCSI
79
80 config USB_STORAGE_CLASSIC
81 bool
82 default y
83 depends on USB
84 select USB_STORAGE_CORE
85
86 config USB_STORAGE_BOT
87 bool
88 default y
89 depends on USB
90 select USB_STORAGE_CORE
91
92 config USB_STORAGE_UAS
93 bool
94 default y
95 depends on USB
96 select SCSI
97
98 config USB_AUDIO
99 bool
100 default y
101 depends on USB
102
103 config USB_SERIAL
104 bool
105 default y
106 depends on USB
107
108 config USB_NETWORK
109 bool
110 default y
111 depends on USB
112
113 config USB_SMARTCARD
114 bool
115 default y
116 depends on USB
117
118 config USB_STORAGE_MTP
119 bool
120 default y
121 depends on USB
122
123 config USB_U2F
124 bool
125 default y
126 depends on USB
127
128 config USB_CANOKEY
129 bool
130 default y
131 depends on USB
132
133 config IMX_USBPHY
134 bool
135 depends on USB
136
137 config USB_DWC3
138 bool
139 select USB_XHCI_SYSBUS
140 select REGISTER
141
142 config XLNX_USB_SUBSYS
143 bool
144 select USB_DWC3
145
146 config USB_CHIPIDEA
147 bool
148 select USB_EHCI_SYSBUS