diff options
Diffstat (limited to 'drivers/net/wireless/b43legacy/Kconfig')
-rw-r--r-- | drivers/net/wireless/b43legacy/Kconfig | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/drivers/net/wireless/b43legacy/Kconfig b/drivers/net/wireless/b43legacy/Kconfig index aef2298d37ac..94a463478053 100644 --- a/drivers/net/wireless/b43legacy/Kconfig +++ b/drivers/net/wireless/b43legacy/Kconfig | |||
@@ -3,7 +3,6 @@ config B43LEGACY | |||
3 | depends on SSB_POSSIBLE && MAC80211 && WLAN_80211 && HAS_DMA | 3 | depends on SSB_POSSIBLE && MAC80211 && WLAN_80211 && HAS_DMA |
4 | select SSB | 4 | select SSB |
5 | select FW_LOADER | 5 | select FW_LOADER |
6 | select HW_RANDOM | ||
7 | ---help--- | 6 | ---help--- |
8 | b43legacy is a driver for 802.11b devices from Broadcom (BCM4301 and | 7 | b43legacy is a driver for 802.11b devices from Broadcom (BCM4301 and |
9 | BCM4303) and early model 802.11g chips (BCM4306 Ver. 2) used in the | 8 | BCM4303) and early model 802.11g chips (BCM4306 Ver. 2) used in the |
@@ -43,12 +42,11 @@ config B43LEGACY_LEDS | |||
43 | depends on B43LEGACY && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = B43LEGACY) | 42 | depends on B43LEGACY && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = B43LEGACY) |
44 | default y | 43 | default y |
45 | 44 | ||
46 | # RFKILL support | 45 | # This config option automatically enables b43 HW-RNG support, |
47 | # This config option automatically enables b43legacy RFKILL support, | 46 | # if the HW-RNG core is enabled. |
48 | # if it's possible. | 47 | config B43LEGACY_HWRNG |
49 | config B43LEGACY_RFKILL | ||
50 | bool | 48 | bool |
51 | depends on B43LEGACY && (RFKILL = y || RFKILL = B43LEGACY) && RFKILL_INPUT && (INPUT_POLLDEV = y || INPUT_POLLDEV = B43LEGACY) | 49 | depends on B43LEGACY && (HW_RANDOM = y || HW_RANDOM = B43LEGACY) |
52 | default y | 50 | default y |
53 | 51 | ||
54 | config B43LEGACY_DEBUG | 52 | config B43LEGACY_DEBUG |