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
Expand all
Show 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
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
inserted in and removed from the running kernel whenever you want).
The module will be called usbcore. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
To compile this driver as a module, say M here: the
module will be called usbcore.
source "drivers/usb/core/Kconfig"
...
...
@@ -82,10 +80,8 @@ config USB_USS720
Say Y here if you own an USS-720 USB->Parport cable and intend to
connect anything other than a printer to it.
This code is also available as a module ( = code which can be
inserted in and removed from the running kernel whenever you want).
The module will be called uss720. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
To compile this driver as a module, say M here: the
module will be called uss720.
source "drivers/usb/serial/Kconfig"
...
...
drivers/usb/serial/Kconfig
View file @
bfd458c0
This diff is collapsed.
Click to expand it.
drivers/usb/storage/Kconfig
View file @
bfd458c0
...
...
@@ -15,10 +15,8 @@ config USB_STORAGE
similar devices. This driver may also be used for some cameras and
card readers.
This code is also available as a module ( = code which can be
inserted in and removed from the running kernel whenever you want).
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>.
To compile this driver as a module, say M here: the
module will be called usb-storage.
config USB_STORAGE_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