diff options
author | Michael Buesch <mb@bu3sch.de> | 2008-08-30 04:55:48 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-09-05 16:17:43 -0400 |
commit | e63e436326919dcc36e2bb242bc570257de70521 (patch) | |
tree | 37dd6b4c6637f0c94c38fdbdc6da4718c363ba56 /drivers/net/wireless/b43/Kconfig | |
parent | 3d0da7516441d41dbfcc2b2667d9b792d580e50b (diff) |
b43: Add LP-PHY template
This adds template code for the LP-PHY.
No actual functionality is implemented.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
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 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index 1fa043d1802c..1f81d36f87c5 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig | |||
@@ -80,6 +80,18 @@ config B43_NPHY | |||
80 | 80 | ||
81 | SAY N. | 81 | SAY N. |
82 | 82 | ||
83 | config B43_PHY_LP | ||
84 | bool "IEEE 802.11g LP-PHY support (BROKEN)" | ||
85 | depends on B43 && EXPERIMENTAL && BROKEN | ||
86 | ---help--- | ||
87 | Support for the LP-PHY. | ||
88 | The LP-PHY is an IEEE 802.11g based PHY built into some notebooks | ||
89 | and embedded devices. | ||
90 | |||
91 | THIS IS BROKEN AND DOES NOT WORK YET. | ||
92 | |||
93 | SAY N. | ||
94 | |||
83 | # This config option automatically enables b43 LEDS support, | 95 | # This config option automatically enables b43 LEDS support, |
84 | # if it's possible. | 96 | # if it's possible. |
85 | config B43_LEDS | 97 | config B43_LEDS |