diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-06-20 17:22:01 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-06-20 20:13:46 +0200 |
commit | 418378fed0506b5ec0b43c03bc11929ec1f88073 (patch) | |
tree | 0ac941b24dc04c6ae1f4b2ce5e286ac03edeb047 /drivers/net/wireless/b43/Kconfig | |
parent | b43: remove leftover code from old devices support (diff) | |
download | linux-418378fed0506b5ec0b43c03bc11929ec1f88073.tar.xz linux-418378fed0506b5ec0b43c03bc11929ec1f88073.zip |
b43: add config for (en|dis)abling G-PHY support
This allows new devices users to save some space.
Signed-off-by: Rafał Miłecki <zajec5@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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index e3f67b8d3f80..037a4e304d14 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig @@ -122,6 +122,15 @@ config B43_PIO select SSB_BLOCKIO default y +config B43_PHY_G + bool "Support for G-PHY (802.11g) devices" + depends on B43 && B43_SSB + default y + ---help--- + This PHY type can be found in the following chipsets: + PCI: BCM4306, BCM4311, BCM4318 + SoC: BCM4712, BCM5352E + config B43_PHY_N bool "Support for 802.11n (N-PHY) devices" depends on B43 |