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
nexedi
linux
Commits
c4039442
Commit
c4039442
authored
Jun 18, 2003
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DRIVER: make generic driver menu option, and move firmware selection there.
parent
87e4622f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
arch/i386/Kconfig
arch/i386/Kconfig
+2
-0
drivers/base/Kconfig
drivers/base/Kconfig
+2
-3
lib/Kconfig
lib/Kconfig
+0
-2
No files found.
arch/i386/Kconfig
View file @
c4039442
...
...
@@ -1194,6 +1194,8 @@ source "fs/Kconfig.binfmt"
endmenu
source "drivers/base/Kconfig"
source "drivers/mtd/Kconfig"
source "drivers/parport/Kconfig"
...
...
drivers/base/Kconfig
.lib
→
drivers/base/Kconfig
View file @
c4039442
#
# To be sourced from lib/Kconfig
#
menu "Generic Driver Options"
config FW_LOADER
tristate "Hotplug firmware loading support"
...
...
@@ -9,3 +7,4 @@ config FW_LOADER
require hotplug firmware loading support, but a module built outside
the kernel tree does.
endmenu
lib/Kconfig
View file @
c4039442
...
...
@@ -26,7 +26,5 @@ config ZLIB_DEFLATE
(PPP_DEFLATE=m || JFFS2_FS=m || CRYPTO_DEFLATE=m)
default y if PPP_DEFLATE=y || JFFS2_FS=y || CRYPTO_DEFLATE=y
source "drivers/base/Kconfig.lib"
endmenu
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