diff options
-rw-r--r-- | drivers/net/wireless/b43/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index 237b1aadf9b6..2af3b3522322 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig | |||
@@ -82,15 +82,13 @@ config B43_NPHY | |||
82 | config B43_PHY_LP | 82 | config B43_PHY_LP |
83 | bool "Support for low-power (LP-PHY) devices (EXPERIMENTAL)" | 83 | bool "Support for low-power (LP-PHY) devices (EXPERIMENTAL)" |
84 | depends on B43 && EXPERIMENTAL | 84 | depends on B43 && EXPERIMENTAL |
85 | default y | ||
85 | ---help--- | 86 | ---help--- |
86 | Support for the LP-PHY. | 87 | Support for the LP-PHY. |
87 | The LP-PHY is a low-power PHY built into some notebooks | 88 | The LP-PHY is a low-power PHY built into some notebooks |
88 | and embedded devices. It supports 802.11a/g | 89 | and embedded devices. It supports 802.11a/g |
89 | (802.11a support is optional, and currently disabled). | 90 | (802.11a support is optional, and currently disabled). |
90 | 91 | ||
91 | This is heavily experimental, and probably will not work for you. | ||
92 | Say N unless you want to help debug the driver. | ||
93 | |||
94 | # This config option automatically enables b43 LEDS support, | 92 | # This config option automatically enables b43 LEDS support, |
95 | # if it's possible. | 93 | # if it's possible. |
96 | config B43_LEDS | 94 | config B43_LEDS |