diff options
Diffstat (limited to 'drivers/net/wireless/b43/Kconfig')
-rw-r--r-- | drivers/net/wireless/b43/Kconfig | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index aab71a70ba78..67f564e37225 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig | |||
@@ -3,7 +3,6 @@ config B43 | |||
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 | b43 is a driver for the Broadcom 43xx series wireless devices. | 7 | b43 is a driver for the Broadcom 43xx series wireless devices. |
9 | 8 | ||
@@ -99,11 +98,11 @@ config B43_LEDS | |||
99 | depends on B43 && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = B43) | 98 | depends on B43 && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = B43) |
100 | default y | 99 | default y |
101 | 100 | ||
102 | # This config option automatically enables b43 RFKILL support, | 101 | # This config option automatically enables b43 HW-RNG support, |
103 | # if it's possible. | 102 | # if the HW-RNG core is enabled. |
104 | config B43_RFKILL | 103 | config B43_HWRNG |
105 | bool | 104 | bool |
106 | depends on B43 && (RFKILL = y || RFKILL = B43) && RFKILL_INPUT && (INPUT_POLLDEV = y || INPUT_POLLDEV = B43) | 105 | depends on B43 && (HW_RANDOM = y || HW_RANDOM = B43) |
107 | default y | 106 | default y |
108 | 107 | ||
109 | config B43_DEBUG | 108 | config B43_DEBUG |