diff options
author | Michael Buesch <mb@bu3sch.de> | 2008-01-04 11:06:29 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:09:20 -0500 |
commit | d5c71e464170e823b5ae5fe7b3555f3c31694148 (patch) | |
tree | 8639278d870519357d0bd800397a1afaa83a63fa /drivers/net/wireless/b43/Kconfig | |
parent | ca08a965a6c251f9c9002c1a7a0316e63d4c28ec (diff) |
b43: Add NPHY kconfig option
This adds a new Kconfig option for enabling probing of N-PHYs.
This option will be removed again once the stuff works.
For now it is to help in development. This way real users won't
execute the broken N-PHY codepaths, but the developers can easily
enable N-PHY stuff.
To enable N-PHY probing simply remove the BROKEN dependency
and enable the option in the kernel config.
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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index 8aa5e3458dcd..1a2141dabdc7 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig | |||
@@ -61,6 +61,16 @@ config B43_PCMCIA | |||
61 | 61 | ||
62 | If unsure, say N. | 62 | If unsure, say N. |
63 | 63 | ||
64 | config B43_NPHY | ||
65 | bool "Pre IEEE 802.11n support (BROKEN)" | ||
66 | depends on B43 && EXPERIMENTAL && BROKEN | ||
67 | ---help--- | ||
68 | Support for the IEEE 802.11n draft. | ||
69 | |||
70 | THIS IS BROKEN AND DOES NOT WORK YET. | ||
71 | |||
72 | SAY N. | ||
73 | |||
64 | # This config option automatically enables b43 LEDS support, | 74 | # This config option automatically enables b43 LEDS support, |
65 | # if it's possible. | 75 | # if it's possible. |
66 | config B43_LEDS | 76 | config B43_LEDS |