summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43legacy/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/b43legacy/Kconfig')
-rw-r--r--drivers/net/wireless/b43legacy/Kconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/net/wireless/b43legacy/Kconfig b/drivers/net/wireless/b43legacy/Kconfig
index 9718529af660..6745579ba96d 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