b43: LP-PHY: Two small spec updates
[pandora-kernel.git] / drivers / net / wireless / b43 / Kconfig
index aab71a7..237b1aa 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.
 
@@ -81,16 +80,16 @@ config B43_NPHY
          SAY N.
 
 config B43_PHY_LP
-       bool "IEEE 802.11g LP-PHY support (BROKEN)"
-       depends on B43 && EXPERIMENTAL && BROKEN
+       bool "Support for low-power (LP-PHY) devices (EXPERIMENTAL)"
+       depends on B43 && EXPERIMENTAL
        ---help---
          Support for the LP-PHY.
-         The LP-PHY is an IEEE 802.11g based PHY built into some notebooks
-         and embedded devices.
+         The LP-PHY is a low-power PHY built into some notebooks
+         and embedded devices. It supports 802.11a/g
+         (802.11a support is optional, and currently disabled).
 
-         THIS IS BROKEN AND DOES NOT WORK YET.
-
-         SAY N.
+         This is heavily experimental, and probably will not work for you.
+         Say N unless you want to help debug the driver.
 
 # This config option automatically enables b43 LEDS support,
 # if it's possible.
@@ -99,11 +98,11 @@ config B43_LEDS
        depends on B43 && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = B43)
        default y
 
-# This config option automatically enables b43 RFKILL support,
-# if it's possible.
-config B43_RFKILL
+# This config option automatically enables b43 HW-RNG support,
+# if the HW-RNG core is enabled.
+config B43_HWRNG
        bool
-       depends on B43 && (RFKILL = y || RFKILL = B43) && RFKILL_INPUT && (INPUT_POLLDEV = y || INPUT_POLLDEV = B43)
+       depends on B43 && (HW_RANDOM = y || HW_RANDOM = B43)
        default y
 
 config B43_DEBUG