blob: 86ee615022f51473fc153c2688fd4f43450b49b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
config USB
bool
config USB_UHCI
bool
default y if PCI_DEVICES
depends on PCI
config USB_OHCI
bool
default y if PCI_DEVICES
depends on PCI
config USB_EHCI
bool
default y if PCI_DEVICES
depends on PCI
config USB_EHCI_SYSBUS
bool
config USB_XHCI
bool
default y if PCI_DEVICES
depends on PCI
config USB_XHCI_NEC
bool
default y if PCI_DEVICES
depends on PCI
config USB_MUSB
bool
config TUSB6010
bool
config USB_TABLET_WACOM
bool
config USB_STORAGE_BOT
bool
config USB_STORAGE_UAS
bool
config USB_AUDIO
bool
config USB_SERIAL
bool
config USB_NETWORK
bool
config USB_BLUETOOTH
bool
config USB_SMARTCARD
bool
config USB_STORAGE_MTP
bool
|