Commit c4039442 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

DRIVER: make generic driver menu option, and move firmware selection there.

parent 87e4622f
......@@ -1194,6 +1194,8 @@ source "fs/Kconfig.binfmt"
endmenu
source "drivers/base/Kconfig"
source "drivers/mtd/Kconfig"
source "drivers/parport/Kconfig"
......
#
# 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
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment