Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
bfd458c0
Commit
bfd458c0
authored
Sep 16, 2003
by
Nicolas Kaiser
Committed by
Greg Kroah-Hartman
Sep 16, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB: Remove modules.txt: usb serial & storage
parent
23dcfb3a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
46 additions
and
93 deletions
+46
-93
drivers/usb/Kconfig
drivers/usb/Kconfig
+4
-8
drivers/usb/serial/Kconfig
drivers/usb/serial/Kconfig
+40
-81
drivers/usb/storage/Kconfig
drivers/usb/storage/Kconfig
+2
-4
No files found.
drivers/usb/Kconfig
View file @
bfd458c0
...
@@ -33,10 +33,8 @@ config USB
...
@@ -33,10 +33,8 @@ config USB
It doesn't normally hurt to select them all if you are not certain.
It doesn't normally hurt to select them all if you are not certain.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called usbcore.
The module will be called usbcore. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
source "drivers/usb/core/Kconfig"
source "drivers/usb/core/Kconfig"
...
@@ -82,10 +80,8 @@ config USB_USS720
...
@@ -82,10 +80,8 @@ config USB_USS720
Say Y here if you own an USS-720 USB->Parport cable and intend to
Say Y here if you own an USS-720 USB->Parport cable and intend to
connect anything other than a printer to it.
connect anything other than a printer to it.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called uss720.
The module will be called uss720. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
source "drivers/usb/serial/Kconfig"
source "drivers/usb/serial/Kconfig"
...
...
drivers/usb/serial/Kconfig
View file @
bfd458c0
...
@@ -17,10 +17,8 @@ config USB_SERIAL
...
@@ -17,10 +17,8 @@ config USB_SERIAL
information on the specifics of the different devices that are
information on the specifics of the different devices that are
supported, and on how to use them.
supported, and on how to use them.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called usbserial.
The module will be called usbserial. If you want to compile it
as a module, say M here and read <file:Documentation/modules.txt>.
config USB_SERIAL_DEBUG
config USB_SERIAL_DEBUG
bool "USB Serial Converter verbose debug"
bool "USB Serial Converter verbose debug"
...
@@ -70,10 +68,8 @@ config USB_SERIAL_BELKIN
...
@@ -70,10 +68,8 @@ config USB_SERIAL_BELKIN
adaptor (F5U103 is one of the model numbers) or the Peracom single
adaptor (F5U103 is one of the model numbers) or the Peracom single
port USB to serial adapter.
port USB to serial adapter.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called belkin_sa.
The module will be called belkin_sa. If you want to compile it as
a module, say M here and read <file:Documentation/modules.txt>.
config USB_SERIAL_WHITEHEAT
config USB_SERIAL_WHITEHEAT
tristate "USB ConnectTech WhiteHEAT Serial Driver"
tristate "USB ConnectTech WhiteHEAT Serial Driver"
...
@@ -82,10 +78,8 @@ config USB_SERIAL_WHITEHEAT
...
@@ -82,10 +78,8 @@ config USB_SERIAL_WHITEHEAT
Say Y here if you want to use a ConnectTech WhiteHEAT 4 port
Say Y here if you want to use a ConnectTech WhiteHEAT 4 port
USB to serial converter device.
USB to serial converter device.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called whiteheat.
The module will be called whiteheat. If you want to compile it as
a module, say M here and read <file:Documentation/modules.txt>.
config USB_SERIAL_DIGI_ACCELEPORT
config USB_SERIAL_DIGI_ACCELEPORT
tristate "USB Digi International AccelePort USB Serial Driver"
tristate "USB Digi International AccelePort USB Serial Driver"
...
@@ -99,11 +93,8 @@ config USB_SERIAL_DIGI_ACCELEPORT
...
@@ -99,11 +93,8 @@ config USB_SERIAL_DIGI_ACCELEPORT
This driver works under SMP with the usb-uhci driver. It does not
This driver works under SMP with the usb-uhci driver. It does not
work under SMP with the uhci driver.
work under SMP with the uhci driver.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called digi_acceleport.
The module will be called digi_acceleport. If you want to compile
it as a module, say M here and read
<file:Documentation/modules.txt>.
config USB_SERIAL_EMPEG
config USB_SERIAL_EMPEG
tristate "USB Empeg empeg-car Mark I/II Driver"
tristate "USB Empeg empeg-car Mark I/II Driver"
...
@@ -114,10 +105,8 @@ config USB_SERIAL_EMPEG
...
@@ -114,10 +105,8 @@ config USB_SERIAL_EMPEG
device node. See <file:Documentation/usb/usb-serial.txt> for more
device node. See <file:Documentation/usb/usb-serial.txt> for more
tidbits of information.
tidbits of information.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called empeg.
The module will be called empeg. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config USB_SERIAL_FTDI_SIO
config USB_SERIAL_FTDI_SIO
tristate "USB FTDI Single Port Serial Driver (EXPERIMENTAL)"
tristate "USB FTDI Single Port Serial Driver (EXPERIMENTAL)"
...
@@ -130,10 +119,8 @@ config USB_SERIAL_FTDI_SIO
...
@@ -130,10 +119,8 @@ config USB_SERIAL_FTDI_SIO
See <http://ftdi-usb-sio.sourceforge.net/> for more
See <http://ftdi-usb-sio.sourceforge.net/> for more
information on this driver and the device.
information on this driver and the device.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called ftdi_sio.
The module will be called ftdi_sio. If you want to compile it as
a module, say M here and read <file:Documentation/modules.txt>.
config USB_SERIAL_VISOR
config USB_SERIAL_VISOR
tristate "USB Handspring Visor / Palm m50x / Sony Clie Driver"
tristate "USB Handspring Visor / Palm m50x / Sony Clie Driver"
...
@@ -144,10 +131,8 @@ config USB_SERIAL_VISOR
...
@@ -144,10 +131,8 @@ config USB_SERIAL_VISOR
<http://usbvisor.sourceforge.net/> for more information on using this
<http://usbvisor.sourceforge.net/> for more information on using this
driver.
driver.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called visor.
The module will be called visor. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config USB_SERIAL_IPAQ
config USB_SERIAL_IPAQ
tristate "USB PocketPC PDA Driver"
tristate "USB PocketPC PDA Driver"
...
@@ -158,10 +143,8 @@ config USB_SERIAL_IPAQ
...
@@ -158,10 +143,8 @@ config USB_SERIAL_IPAQ
using a USB cradle/cable. For information on using the driver,
using a USB cradle/cable. For information on using the driver,
read <file:Documentation/usb/usb-serial.txt>.
read <file:Documentation/usb/usb-serial.txt>.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called ipaq.
The module will be called ipaq. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config USB_SERIAL_IR
config USB_SERIAL_IR
tristate "USB IR Dongle Serial Driver (EXPERIMENTAL)"
tristate "USB IR Dongle Serial Driver (EXPERIMENTAL)"
...
@@ -171,10 +154,8 @@ config USB_SERIAL_IR
...
@@ -171,10 +154,8 @@ config USB_SERIAL_IR
devices. This is useful if you do not want to use the full IrDA
devices. This is useful if you do not want to use the full IrDA
stack.
stack.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called ir-usb.
The module will be called ir-usb. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config USB_SERIAL_EDGEPORT
config USB_SERIAL_EDGEPORT
tristate "USB Inside Out Edgeport Serial Driver"
tristate "USB Inside Out Edgeport Serial Driver"
...
@@ -199,10 +180,8 @@ config USB_SERIAL_EDGEPORT
...
@@ -199,10 +180,8 @@ config USB_SERIAL_EDGEPORT
Edgeport/4 DIN
Edgeport/4 DIN
Edgeport/16 Dual
Edgeport/16 Dual
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called io_edgeport.
The module will be called io_edgeport. If you want to compile it
as a module, say M here and read <file:Documentation/modules.txt>.
config USB_SERIAL_EDGEPORT_TI
config USB_SERIAL_EDGEPORT_TI
tristate "USB Inside Out Edgeport Serial Driver (TI devices)"
tristate "USB Inside Out Edgeport Serial Driver (TI devices)"
...
@@ -212,10 +191,8 @@ config USB_SERIAL_EDGEPORT_TI
...
@@ -212,10 +191,8 @@ config USB_SERIAL_EDGEPORT_TI
Networks (Digi) that are not supported by the io_edgeport driver.
Networks (Digi) that are not supported by the io_edgeport driver.
This includes the Edgeport/1 device.
This includes the Edgeport/1 device.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called io_ti.
The module will be called io_ti. If you want to compile it
as a module, say M here and read <file:Documentation/modules.txt>.
config USB_SERIAL_KEYSPAN_PDA
config USB_SERIAL_KEYSPAN_PDA
tristate "USB Keyspan PDA Single Port Serial Driver"
tristate "USB Keyspan PDA Single Port Serial Driver"
...
@@ -225,10 +202,8 @@ config USB_SERIAL_KEYSPAN_PDA
...
@@ -225,10 +202,8 @@ config USB_SERIAL_KEYSPAN_PDA
serial converter device. This driver makes use of firmware
serial converter device. This driver makes use of firmware
developed from scratch by Brian Warner.
developed from scratch by Brian Warner.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called keyspan_pda.
The module will be called keyspan_pda. If you want to compile it
as a module, say M here and read <file:Documentation/modules.txt>.
config USB_SERIAL_KEYSPAN
config USB_SERIAL_KEYSPAN
tristate "USB Keyspan USA-xxx Serial Driver"
tristate "USB Keyspan USA-xxx Serial Driver"
...
@@ -241,10 +216,8 @@ config USB_SERIAL_KEYSPAN
...
@@ -241,10 +216,8 @@ config USB_SERIAL_KEYSPAN
See <http://misc.nu/hugh/keyspan.html> for more information.
See <http://misc.nu/hugh/keyspan.html> for more information.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called keyspan.
The module will be called keyspan. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config USB_SERIAL_KEYSPAN_MPR
config USB_SERIAL_KEYSPAN_MPR
bool "USB Keyspan MPR Firmware"
bool "USB Keyspan MPR Firmware"
...
@@ -337,10 +310,8 @@ config USB_SERIAL_KLSI
...
@@ -337,10 +310,8 @@ config USB_SERIAL_KLSI
Please read <file:Documentation/usb/usb-serial.txt> for more
Please read <file:Documentation/usb/usb-serial.txt> for more
information.
information.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called kl5kusb105.
The module will be called kl5kusb105. If you want to compile it as
a module, say M here and read <file:Documentation/modules.txt>.
config USB_SERIAL_KOBIL_SCT
config USB_SERIAL_KOBIL_SCT
tristate "USB KOBIL chipcard reader (EXPERIMENTAL)"
tristate "USB KOBIL chipcard reader (EXPERIMENTAL)"
...
@@ -357,10 +328,8 @@ config USB_SERIAL_KOBIL_SCT
...
@@ -357,10 +328,8 @@ config USB_SERIAL_KOBIL_SCT
- KAAN Professional
- KAAN Professional
Note that you need a current CT-API.
Note that you need a current CT-API.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called kobil_sct.
The module will be called kobil_sct. If you want to compile it as
a module, say M here and read <file:Documentation/modules.txt>.
config USB_SERIAL_MCT_U232
config USB_SERIAL_MCT_U232
tristate "USB MCT Single Port Serial Driver"
tristate "USB MCT Single Port Serial Driver"
...
@@ -372,10 +341,8 @@ config USB_SERIAL_MCT_U232
...
@@ -372,10 +341,8 @@ config USB_SERIAL_MCT_U232
This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB
This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB
BAY devices.
BAY devices.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called mct_u232.
The module will be called mct_u232. If you want to compile it as
a module, say M here and read <file:Documentation/modules.txt>.
config USB_SERIAL_PL2303
config USB_SERIAL_PL2303
tristate "USB Prolific 2303 Single Port Serial Driver"
tristate "USB Prolific 2303 Single Port Serial Driver"
...
@@ -384,10 +351,8 @@ config USB_SERIAL_PL2303
...
@@ -384,10 +351,8 @@ config USB_SERIAL_PL2303
Say Y here if you want to use the PL2303 USB Serial single port
Say Y here if you want to use the PL2303 USB Serial single port
adapter from Prolific.
adapter from Prolific.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called pl2303.
The module will be called pl2303. If you want to compile it as
a module, say M here and read <file:Documentation/modules.txt>.
config USB_SERIAL_SAFE
config USB_SERIAL_SAFE
tristate "USB Safe Serial (Encapsulated) Driver (EXPERIMENTAL)"
tristate "USB Safe Serial (Encapsulated) Driver (EXPERIMENTAL)"
...
@@ -405,10 +370,8 @@ config USB_SERIAL_CYBERJACK
...
@@ -405,10 +370,8 @@ config USB_SERIAL_CYBERJACK
reader. This is an interface to ISO 7816 compatible contactbased
reader. This is an interface to ISO 7816 compatible contactbased
chipcards, e.g. GSM SIMs.
chipcards, e.g. GSM SIMs.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called cyberjack.
The module will be called cyberjack. If you want to compile it as
a module, say M here and read <file:Documentation/modules.txt>.
If unsure, say N.
If unsure, say N.
...
@@ -420,10 +383,8 @@ config USB_SERIAL_XIRCOM
...
@@ -420,10 +383,8 @@ config USB_SERIAL_XIRCOM
serial converter device. This driver makes use of firmware
serial converter device. This driver makes use of firmware
developed from scratch by Brian Warner.
developed from scratch by Brian Warner.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called keyspan_pda.
The module will be called keyspan_pda. If you want to compile it
as a module, say M here and read <file:Documentation/modules.txt>.
config USB_SERIAL_OMNINET
config USB_SERIAL_OMNINET
tristate "USB ZyXEL omni.net LCD Plus Driver (EXPERIMENTAL)"
tristate "USB ZyXEL omni.net LCD Plus Driver (EXPERIMENTAL)"
...
@@ -431,10 +392,8 @@ config USB_SERIAL_OMNINET
...
@@ -431,10 +392,8 @@ config USB_SERIAL_OMNINET
help
help
Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA.
Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called omninet.
The module will be called omninet. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config USB_EZUSB
config USB_EZUSB
bool
bool
...
...
drivers/usb/storage/Kconfig
View file @
bfd458c0
...
@@ -15,10 +15,8 @@ config USB_STORAGE
...
@@ -15,10 +15,8 @@ config USB_STORAGE
similar devices. This driver may also be used for some cameras and
similar devices. This driver may also be used for some cameras and
card readers.
card readers.
This code is also available as a module ( = code which can be
To compile this driver as a module, say M here: the
inserted in and removed from the running kernel whenever you want).
module will be called usb-storage.
The module will be called usb-storage. If you want to compile it
as a module, say M here and read <file:Documentation/modules.txt>.
config USB_STORAGE_DEBUG
config USB_STORAGE_DEBUG
bool "USB Mass Storage verbose debug"
bool "USB Mass Storage verbose debug"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment