Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH] ieee80211: make it depend on drivers that use it
@ 2008-10-14 17:20 John W. Linville
  2008-10-14 18:17 ` Johannes Berg
  0 siblings, 1 reply; 3+ messages in thread
From: John W. Linville @ 2008-10-14 17:20 UTC (permalink / raw)
  To: linux-wireless; +Cc: John W. Linville

Make IEEE80211 depend on IPW2100, IPW2200, or HOSTAP, which all select
it.  This removes the need for users to select it manually.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
---
 net/ieee80211/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/ieee80211/Kconfig b/net/ieee80211/Kconfig
index 94ed7d3..44831db 100644
--- a/net/ieee80211/Kconfig
+++ b/net/ieee80211/Kconfig
@@ -1,5 +1,6 @@
 config IEEE80211
 	tristate "Generic IEEE 802.11 Networking Stack (DEPRECATED)"
+	depends on (IPW2100 || IPW2200 || HOSTAP)
 	---help---
 	This option enables the hardware independent IEEE 802.11
 	networking stack.  This component is deprecated in favor of the
-- 
1.5.4.3


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

end of thread, other threads:[~2008-10-14 20:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-14 17:20 [PATCH] ieee80211: make it depend on drivers that use it John W. Linville
2008-10-14 18:17 ` Johannes Berg
2008-10-14 20:56   ` John W. Linville

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