public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] FW_LOADER should select HOTPLUG
@ 2006-12-02 19:40 Adrian Bunk
  2006-12-03  7:16 ` Adrian Bunk
  0 siblings, 1 reply; 6+ messages in thread
From: Adrian Bunk @ 2006-12-02 19:40 UTC (permalink / raw)
  To: linux-kernel

Since FW_LOADER is an option that is always select'ed by the code using 
it, it mustn't depend on HOTPLUG.

It's only relevant in the EMBEDDED=y case, but this might have resulted 
in illegal FW_LOADER=, HOTPLUG=n configurations.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.19-rc6-mm2/drivers/base/Kconfig.old	2006-12-02 20:36:49.000000000 +0100
+++ linux-2.6.19-rc6-mm2/drivers/base/Kconfig	2006-12-02 20:37:03.000000000 +0100
@@ -19,8 +19,8 @@
 	  If unsure say Y here.
 
 config FW_LOADER
-	tristate "Userspace firmware loading support"
-	depends on HOTPLUG
+	tristate
+	select HOTPLUG
 	---help---
 	  This option is provided for the case where no in-kernel-tree modules
 	  require userspace firmware loading support, but a module built outside


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-12-03  9:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-02 19:40 [2.6 patch] FW_LOADER should select HOTPLUG Adrian Bunk
2006-12-03  7:16 ` Adrian Bunk
2006-12-03  8:58   ` Andrew Morton
2006-12-03  8:15     ` Adrian Bunk
2006-12-03  9:24       ` Andrew Morton
2006-12-03  9:17         ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox