Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=59f1b154653d961d3ace72a4a5311c395cf7d779
Commit:     59f1b154653d961d3ace72a4a5311c395cf7d779
Parent:     1d43d312a2adeb184c90b11449d5bb3a8f59a3a8
Author:     Stefano Brivio <[EMAIL PROTECTED]>
AuthorDate: Thu Nov 8 00:28:00 2007 +0100
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 15:04:37 2008 -0800

    b43legacy: fix kconfig dependecies for rfkill and leds
    
    Fix dependencies for built-in b43legacy.
    
    The patch to b43 by Michael Buesch <[EMAIL PROTECTED]> has been ported to
    b43legacy.
    
    Signed-off-by: Stefano Brivio <[EMAIL PROTECTED]>
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 drivers/net/wireless/b43legacy/Kconfig |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/b43legacy/Kconfig 
b/drivers/net/wireless/b43legacy/Kconfig
index 9718529..6745579 100644
--- a/drivers/net/wireless/b43legacy/Kconfig
+++ b/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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to