Commit ed7f75b4 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by John W. Linville

b43: update PHY descriptions in Kconfig

Add lists of chipsets, so people can enable support for their device
easier (at least after checking lspci).
Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 70b7d94b
...@@ -132,35 +132,31 @@ config B43_PHY_G ...@@ -132,35 +132,31 @@ config B43_PHY_G
SoC: BCM4712, BCM5352E SoC: BCM4712, BCM5352E
config B43_PHY_N config B43_PHY_N
bool "Support for 802.11n (N-PHY) devices" bool "Support for N-PHY (the main 802.11n series) devices"
depends on B43 depends on B43
default y default y
---help--- ---help---
Support for the N-PHY. This PHY type can be found in the following chipsets:
PCI: BCM4321, BCM4322,
This enables support for devices with N-PHY. BCM43222, BCM43224, BCM43225,
BCM43131, BCM43217, BCM43227, BCM43228
Say N if you expect high stability and performance. Saying Y will not SoC: BCM4716, BCM4717, BCM4718, BCM5356, BCM5357, BCM5358
affect other devices support and may provide support for basic needs.
config B43_PHY_LP config B43_PHY_LP
bool "Support for low-power (LP-PHY) devices" bool "Support for LP-PHY (low-power 802.11g) devices"
depends on B43 && B43_SSB depends on B43 && B43_SSB
default y default y
---help--- ---help---
Support for the LP-PHY.
The LP-PHY is a low-power PHY built into some notebooks The LP-PHY is a low-power PHY built into some notebooks
and embedded devices. It supports 802.11a/b/g and embedded devices. It supports 802.11a/b/g
(802.11a support is optional, and currently disabled). (802.11a support is optional, and currently disabled).
config B43_PHY_HT config B43_PHY_HT
bool "Support for HT-PHY (high throughput) devices" bool "Support for HT-PHY (high throughput 802.11n) devices"
depends on B43 && B43_BCMA depends on B43 && B43_BCMA
default y default y
---help--- ---help---
Support for the HT-PHY. This PHY type with 3x3:3 MIMO can be found in the BCM4331 PCI chipset.
Enables support for BCM4331 and possibly other chipsets with that PHY.
config B43_PHY_LCN config B43_PHY_LCN
bool "Support for LCN-PHY devices (BROKEN)" bool "Support for LCN-PHY devices (BROKEN)"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment