diff options
Diffstat (limited to 'drivers/net/wireless/b43/Kconfig')
-rw-r--r-- | drivers/net/wireless/b43/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index 64a5b672e30a..759fb8d41fc9 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig | |||
@@ -166,6 +166,15 @@ config B43_PHY_LCN | |||
166 | 166 | ||
167 | Say N, this is BROKEN and crashes driver. | 167 | Say N, this is BROKEN and crashes driver. |
168 | 168 | ||
169 | config B43_PHY_AC | ||
170 | bool "Support for AC-PHY (802.11ac) devices (BROKEN)" | ||
171 | depends on B43 && B43_BCMA && BROKEN | ||
172 | ---help--- | ||
173 | This PHY type can be found in the following chipsets: | ||
174 | PCI: BCM4352, BCM4360 | ||
175 | |||
176 | Say N, this is BROKEN and crashes driver. | ||
177 | |||
169 | # This config option automatically enables b43 LEDS support, | 178 | # This config option automatically enables b43 LEDS support, |
170 | # if it's possible. | 179 | # if it's possible. |
171 | config B43_LEDS | 180 | config B43_LEDS |