diff options
author | Gábor Stefanik <netrolller.3d@gmail.com> | 2009-08-27 11:24:23 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-28 14:40:55 -0400 |
commit | 867b2efe68b6bb929e3bd1c6d699ba61ff2cf847 (patch) | |
tree | 99c06d9f8b75a64b9f5da4b3b01f3198ef15c12f /drivers/net/wireless/b43/Kconfig | |
parent | 97a81f5c5033cb02ae56dd80ff9c38866c777bd8 (diff) |
b43: Enable LP-PHY support by default and remove Kconfig warning
The most common LP-PHY device, BCM4312, is now fully functional.
So, no need to say "probably won't work for you" anymore.
It's also not "for debuggers and developers only", as it is
perfectly usable for end-users now (at least for BCM4312).
Signed-off-by: Gábor Stefanik <netrolller.3d@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/Kconfig')
-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 |