Kconfig (64dc9e2e7320f079b97c46b106133b58b8e18d40) Kconfig (25e11ec4fe5271c4895265ecbb69531e6b0c0dd5)
1#
2# USB device configuration
3#
4
5# many non-PCI SOC chips embed OHCI
6config USB_ARCH_HAS_OHCI
7 boolean
8 # ARM:

--- 108 unchanged lines hidden (view full) ---

117 After choosing your HCD, then select drivers for the USB peripherals
118 you'll be using. You may want to check out the information provided
119 in <file:Documentation/usb/> and especially the links given in
120 <file:Documentation/usb/usb-help.txt>.
121
122 To compile this driver as a module, choose M here: the
123 module will be called usbcore.
124
1#
2# USB device configuration
3#
4
5# many non-PCI SOC chips embed OHCI
6config USB_ARCH_HAS_OHCI
7 boolean
8 # ARM:

--- 108 unchanged lines hidden (view full) ---

117 After choosing your HCD, then select drivers for the USB peripherals
118 you'll be using. You may want to check out the information provided
119 in <file:Documentation/usb/> and especially the links given in
120 <file:Documentation/usb/usb-help.txt>.
121
122 To compile this driver as a module, choose M here: the
123 module will be called usbcore.
124
125if USB
126
125source "drivers/usb/core/Kconfig"
126
127source "drivers/usb/core/Kconfig"
128
127source "drivers/usb/dwc3/Kconfig"
128
129source "drivers/usb/mon/Kconfig"
130
131source "drivers/usb/wusbcore/Kconfig"
132
133source "drivers/usb/host/Kconfig"
134
135source "drivers/usb/musb/Kconfig"
136
129source "drivers/usb/mon/Kconfig"
130
131source "drivers/usb/wusbcore/Kconfig"
132
133source "drivers/usb/host/Kconfig"
134
135source "drivers/usb/musb/Kconfig"
136
137source "drivers/usb/chipidea/Kconfig"
138
139source "drivers/usb/renesas_usbhs/Kconfig"
140
141source "drivers/usb/class/Kconfig"
142
143source "drivers/usb/storage/Kconfig"
144
145source "drivers/usb/image/Kconfig"
146
137source "drivers/usb/renesas_usbhs/Kconfig"
138
139source "drivers/usb/class/Kconfig"
140
141source "drivers/usb/storage/Kconfig"
142
143source "drivers/usb/image/Kconfig"
144
145endif
146
147source "drivers/usb/dwc3/Kconfig"
148
149source "drivers/usb/chipidea/Kconfig"
150
147comment "USB port drivers"
151comment "USB port drivers"
148 depends on USB
149
152
153if USB
154
150config USB_USS720
151 tristate "USS720 parport driver"
155config USB_USS720
156 tristate "USS720 parport driver"
152 depends on USB && PARPORT
157 depends on PARPORT
153 select PARPORT_NOT_PC
154 ---help---
155 This driver is for USB parallel port adapters that use the Lucent
156 Technologies USS-720 chip. These cables are plugged into your USB
157 port and provide USB compatibility to peripherals designed with
158 parallel port interfaces.
159
160 The chip has two modes: automatic mode and manual mode. In automatic

--- 14 unchanged lines hidden (view full) ---

175
176 To compile this driver as a module, choose M here: the
177 module will be called uss720.
178
179source "drivers/usb/serial/Kconfig"
180
181source "drivers/usb/misc/Kconfig"
182
158 select PARPORT_NOT_PC
159 ---help---
160 This driver is for USB parallel port adapters that use the Lucent
161 Technologies USS-720 chip. These cables are plugged into your USB
162 port and provide USB compatibility to peripherals designed with
163 parallel port interfaces.
164
165 The chip has two modes: automatic mode and manual mode. In automatic

--- 14 unchanged lines hidden (view full) ---

180
181 To compile this driver as a module, choose M here: the
182 module will be called uss720.
183
184source "drivers/usb/serial/Kconfig"
185
186source "drivers/usb/misc/Kconfig"
187
183source "drivers/usb/phy/Kconfig"
184
185source "drivers/usb/atm/Kconfig"
186
188source "drivers/usb/atm/Kconfig"
189
190endif # USB
191
192source "drivers/usb/phy/Kconfig"
193
187source "drivers/usb/gadget/Kconfig"
188
189endif # USB_SUPPORT
194source "drivers/usb/gadget/Kconfig"
195
196endif # USB_SUPPORT