rfkill: rewrite
[deliverable/linux.git] / drivers / net / wireless / b43 / Kconfig
index aab71a70ba788070b21a1452ba22478b0bbd5cd2..07a99e3faf94ad0812bc13e4ce27d7c92f1137b3 100644 (file)
@@ -3,7 +3,6 @@ config B43
        depends on SSB_POSSIBLE && MAC80211 && WLAN_80211 && HAS_DMA
        select SSB
        select FW_LOADER
-       select HW_RANDOM
        ---help---
          b43 is a driver for the Broadcom 43xx series wireless devices.
 
@@ -103,7 +102,14 @@ config B43_LEDS
 # if it's possible.
 config B43_RFKILL
        bool
-       depends on B43 && (RFKILL = y || RFKILL = B43) && RFKILL_INPUT && (INPUT_POLLDEV = y || INPUT_POLLDEV = B43)
+       depends on B43 && (RFKILL = y || RFKILL = B43)
+       default y
+
+# This config option automatically enables b43 HW-RNG support,
+# if the HW-RNG core is enabled.
+config B43_HWRNG
+       bool
+       depends on B43 && (HW_RANDOM = y || HW_RANDOM = B43)
        default y
 
 config B43_DEBUG
This page took 0.026982 seconds and 5 git commands to generate.