]>
Commit | Line | Data |
---|---|---|
82f51817 PB |
1 | config USB |
2 | bool | |
3 | ||
4 | config USB_UHCI | |
5 | bool | |
7c28b925 PB |
6 | default y if PCI_DEVICES |
7 | depends on PCI | |
d6e9c470 | 8 | select USB |
82f51817 PB |
9 | |
10 | config USB_OHCI | |
34d97308 TH |
11 | bool |
12 | select USB | |
13 | ||
14 | config 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 | |
20 | config USB_EHCI | |
21 | bool | |
7c28b925 PB |
22 | default y if PCI_DEVICES |
23 | depends on PCI | |
d6e9c470 | 24 | select USB |
82f51817 PB |
25 | |
26 | config USB_EHCI_SYSBUS | |
27 | bool | |
d6e9c470 | 28 | select USB |
82f51817 PB |
29 | |
30 | config USB_XHCI | |
31 | bool | |
7c28b925 PB |
32 | default y if PCI_DEVICES |
33 | depends on PCI | |
d6e9c470 | 34 | select USB |
82f51817 PB |
35 | |
36 | config USB_XHCI_NEC | |
37 | bool | |
7c28b925 PB |
38 | default y if PCI_DEVICES |
39 | depends on PCI | |
d6e9c470 | 40 | select USB |
82f51817 PB |
41 | |
42 | config USB_MUSB | |
43 | bool | |
d6e9c470 | 44 | select USB |
82f51817 PB |
45 | |
46 | config TUSB6010 | |
47 | bool | |
d6e9c470 | 48 | select USB_MUSB |
82f51817 PB |
49 | |
50 | config USB_TABLET_WACOM | |
51 | bool | |
d6e9c470 PB |
52 | default y |
53 | depends on USB | |
82f51817 PB |
54 | |
55 | config USB_STORAGE_BOT | |
56 | bool | |
d6e9c470 PB |
57 | default y |
58 | depends on USB | |
03b348bd | 59 | select SCSI |
82f51817 PB |
60 | |
61 | config USB_STORAGE_UAS | |
62 | bool | |
d6e9c470 PB |
63 | default y |
64 | depends on USB | |
03b348bd | 65 | select SCSI |
82f51817 PB |
66 | |
67 | config USB_AUDIO | |
68 | bool | |
d6e9c470 PB |
69 | default y |
70 | depends on USB | |
82f51817 PB |
71 | |
72 | config USB_SERIAL | |
73 | bool | |
d6e9c470 PB |
74 | default y |
75 | depends on USB | |
82f51817 PB |
76 | |
77 | config USB_NETWORK | |
78 | bool | |
d6e9c470 PB |
79 | default y |
80 | depends on USB | |
82f51817 PB |
81 | |
82 | config USB_BLUETOOTH | |
83 | bool | |
d6e9c470 PB |
84 | default y |
85 | depends on USB | |
82f51817 PB |
86 | |
87 | config USB_SMARTCARD | |
88 | bool | |
d6e9c470 PB |
89 | default y |
90 | depends on USB | |
82f51817 PB |
91 | |
92 | config USB_STORAGE_MTP | |
93 | bool | |
d6e9c470 PB |
94 | default y |
95 | depends on USB |