diff options
Diffstat (limited to 'drivers/net/wireless/b43legacy/Kconfig')
-rw-r--r-- | drivers/net/wireless/b43legacy/Kconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43legacy/Kconfig b/drivers/net/wireless/b43legacy/Kconfig index 1bf777578e5f..68e05f06b33f 100644 --- a/drivers/net/wireless/b43legacy/Kconfig +++ b/drivers/net/wireless/b43legacy/Kconfig | |||
@@ -37,7 +37,13 @@ config B43LEGACY_PCICORE_AUTOSELECT | |||
37 | # LED support | 37 | # LED support |
38 | config B43LEGACY_LEDS | 38 | config B43LEGACY_LEDS |
39 | bool | 39 | bool |
40 | depends on MAC80211_LEDS | 40 | depends on B43LEGACY && MAC80211_LEDS |
41 | default y | ||
42 | |||
43 | # RFKILL support | ||
44 | config B43LEGACY_RFKILL | ||
45 | bool | ||
46 | depends on B43LEGACY && RFKILL | ||
41 | default y | 47 | default y |
42 | 48 | ||
43 | config B43LEGACY_DEBUG | 49 | config B43LEGACY_DEBUG |