* [PATCH] b43legacy: fix kconfig dependecies for rfkill and leds
@ 2007-11-07 23:28 Stefano Brivio
0 siblings, 0 replies; only message in thread
From: Stefano Brivio @ 2007-11-07 23:28 UTC (permalink / raw)
To: John Linville; +Cc: bcm43xx-dev, linux-wireless
Fix dependencies for built-in b43legacy.
The patch to b43 by Michael Buesch <mb@bu3sch.de> has been ported to
b43legacy.
Signed-off-by: Stefano Brivio <stefano.brivio@polimi.it>
---
Index: wireless-2.6/drivers/net/wireless/b43legacy/Kconfig
===================================================================
--- wireless-2.6.orig/drivers/net/wireless/b43legacy/Kconfig
+++ wireless-2.6/drivers/net/wireless/b43legacy/Kconfig
@@ -35,15 +35,19 @@ config B43LEGACY_PCICORE_AUTOSELECT
default y
# LED support
+# This config option automatically enables b43legacy LEDS support,
+# if it's possible.
config B43LEGACY_LEDS
bool
- depends on B43LEGACY && MAC80211_LEDS
+ depends on B43LEGACY && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = B43LEGACY)
default y
# RFKILL support
+# This config option automatically enables b43legacy RFKILL support,
+# if it's possible.
config B43LEGACY_RFKILL
bool
- depends on B43LEGACY && RFKILL && RFKILL_INPUT && INPUT_POLLDEV
+ depends on B43LEGACY && (RFKILL = y || RFKILL = B43LEGACY) && RFKILL_INPUT && (INPUT_POLLDEV = y || INPUT_POLLDEV = B43LEGACY)
default y
config B43LEGACY_DEBUG
--
Ciao
Stefano
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-11-07 23:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-07 23:28 [PATCH] b43legacy: fix kconfig dependecies for rfkill and leds Stefano Brivio
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.