diff options
Diffstat (limited to 'drivers/net/wireless/b43legacy')
-rw-r--r-- | 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 9718529af660..6745579ba96d 100644 --- a/drivers/net/wireless/b43legacy/Kconfig +++ b/drivers/net/wireless/b43legacy/Kconfig | |||
@@ -35,15 +35,19 @@ config B43LEGACY_PCICORE_AUTOSELECT | |||
35 | default y | 35 | default y |
36 | 36 | ||
37 | # LED support | 37 | # LED support |
38 | # This config option automatically enables b43legacy LEDS support, | ||
39 | # if it's possible. | ||
38 | config B43LEGACY_LEDS | 40 | config B43LEGACY_LEDS |
39 | bool | 41 | bool |
40 | depends on B43LEGACY && MAC80211_LEDS | 42 | depends on B43LEGACY && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = B43LEGACY) |
41 | default y | 43 | default y |
42 | 44 | ||
43 | # RFKILL support | 45 | # RFKILL support |
46 | # This config option automatically enables b43legacy RFKILL support, | ||
47 | # if it's possible. | ||
44 | config B43LEGACY_RFKILL | 48 | config B43LEGACY_RFKILL |
45 | bool | 49 | bool |
46 | depends on B43LEGACY && RFKILL && RFKILL_INPUT && INPUT_POLLDEV | 50 | depends on B43LEGACY && (RFKILL = y || RFKILL = B43LEGACY) && RFKILL_INPUT && (INPUT_POLLDEV = y || INPUT_POLLDEV = B43LEGACY) |
47 | default y | 51 | default y |
48 | 52 | ||
49 | config B43LEGACY_DEBUG | 53 | config B43LEGACY_DEBUG |