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" ...@@ -1194,6 +1194,8 @@ source "fs/Kconfig.binfmt"
endmenu endmenu
source "drivers/base/Kconfig"
source "drivers/mtd/Kconfig" source "drivers/mtd/Kconfig"
source "drivers/parport/Kconfig" source "drivers/parport/Kconfig"
......
# menu "Generic Driver Options"
# To be sourced from lib/Kconfig
#
config FW_LOADER config FW_LOADER
tristate "Hotplug firmware loading support" tristate "Hotplug firmware loading support"
...@@ -9,3 +7,4 @@ config FW_LOADER ...@@ -9,3 +7,4 @@ config FW_LOADER
require hotplug firmware loading support, but a module built outside require hotplug firmware loading support, but a module built outside
the kernel tree does. the kernel tree does.
endmenu
...@@ -26,7 +26,5 @@ config ZLIB_DEFLATE ...@@ -26,7 +26,5 @@ config ZLIB_DEFLATE
(PPP_DEFLATE=m || JFFS2_FS=m || CRYPTO_DEFLATE=m) (PPP_DEFLATE=m || JFFS2_FS=m || CRYPTO_DEFLATE=m)
default y if PPP_DEFLATE=y || JFFS2_FS=y || CRYPTO_DEFLATE=y default y if PPP_DEFLATE=y || JFFS2_FS=y || CRYPTO_DEFLATE=y
source "drivers/base/Kconfig.lib"
endmenu 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