All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] let FW_LOADER select HOTPLUG
@ 2004-10-30 22:03 Adrian Bunk
  2004-10-30 22:11 ` Russell King
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2004-10-30 22:03 UTC (permalink / raw)
  To: Roman Zippel, Sam Ravnborg; +Cc: linux-kernel


If it wasn't for external modules, FW_LOADER wasn't user-visible.
Let FW_LOADER select HOTPLUG To make the dependencies easier for users.


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

--- linux-2.6.10-rc1-mm2-full/drivers/base/Kconfig.old	2004-10-30 23:51:28.000000000 +0200
+++ linux-2.6.10-rc1-mm2-full/drivers/base/Kconfig	2004-10-30 23:51:40.000000000 +0200
@@ -20,7 +20,7 @@
 
 config FW_LOADER
 	tristate "Hotplug firmware loading support"
-	depends on HOTPLUG
+	select HOTPLUG
 	---help---
 	  This option is provided for the case where no in-kernel-tree modules
 	  require hotplug firmware loading support, but a module built outside
--- linux-2.6.10-rc1-mm2-full/drivers/net/wireless/Kconfig.old	2004-10-30 23:56:20.000000000 +0200
+++ linux-2.6.10-rc1-mm2-full/drivers/net/wireless/Kconfig	2004-10-30 23:56:39.000000000 +0200
@@ -309,9 +309,10 @@
 
 comment "Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support"
 	depends on NET_RADIO && PCI
+
 config PRISM54
 	tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus' 
-	depends on PCI && NET_RADIO && EXPERIMENTAL && HOTPLUG
+	depends on PCI && NET_RADIO && EXPERIMENTAL
 	select FW_LOADER
 	---help---
 	  Enable PCI and Cardbus support for the following chipset based cards:
--- linux-2.6.10-rc1-mm2-full/drivers/net/tokenring/Kconfig.old	2004-10-30 23:57:10.000000000 +0200
+++ linux-2.6.10-rc1-mm2-full/drivers/net/tokenring/Kconfig	2004-10-30 23:57:21.000000000 +0200
@@ -84,7 +84,7 @@
 
 config TMS380TR
 	tristate "Generic TMS380 Token Ring ISA/PCI adapter support"
-	depends on TR && (PCI || ISA) && HOTPLUG
+	depends on TR && (PCI || ISA)
 	select FW_LOADER
 	---help---
 	  This driver provides generic support for token ring adapters

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

end of thread, other threads:[~2004-10-30 22:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-30 22:03 [2.6 patch] let FW_LOADER select HOTPLUG Adrian Bunk
2004-10-30 22:11 ` Russell King
2004-10-30 22:18   ` Adrian Bunk
2004-10-30 22:22     ` Russell King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.