The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Roman Zippel <zippel@linux-m68k.org>, Sam Ravnborg <sam@ravnborg.org>
Cc: linux-kernel@vger.kernel.org
Subject: [2.6 patch] let FW_LOADER select HOTPLUG
Date: Sun, 31 Oct 2004 00:03:09 +0200	[thread overview]
Message-ID: <20041030220309.GE4374@stusta.de> (raw)


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

             reply	other threads:[~2004-10-30 22:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-30 22:03 Adrian Bunk [this message]
2004-10-30 22:11 ` [2.6 patch] let FW_LOADER select HOTPLUG Russell King
2004-10-30 22:18   ` Adrian Bunk
2004-10-30 22:22     ` Russell King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041030220309.GE4374@stusta.de \
    --to=bunk@stusta.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam@ravnborg.org \
    --cc=zippel@linux-m68k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox