Subject: Firmware loader cannot be a module The firmware loader cannot be a module itself otherwise we cannot export the necessary symbols to load other modules. Signed-off-by: Christoph Lameter --- drivers/base/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6/drivers/base/Kconfig =================================================================== --- linux-2.6.orig/drivers/base/Kconfig 2008-05-25 21:20:22.678986842 -0700 +++ linux-2.6/drivers/base/Kconfig 2008-05-25 21:20:37.032207824 -0700 @@ -27,7 +27,7 @@ config PREVENT_FIRMWARE_BUILD If unsure say Y here. config FW_LOADER - tristate "Userspace firmware loading support" + bool "Userspace firmware loading support" depends on HOTPLUG ---help--- This option is provided for the case where no in-kernel-tree modules