diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2013-03-04 19:39:10 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-03-07 01:28:59 +0400 |
commit | 7c2332b8061b7d4d7cd539ced1277e78d976f3da (patch) | |
tree | b17e8dd9acb9e4df6b38bd30fd6d5b5cefe7c796 /drivers/net/wireless/b43/Kconfig | |
parent | ef95e58deffef56076890383cc8a4b199612e758 (diff) | |
download | linux-7c2332b8061b7d4d7cd539ced1277e78d976f3da.tar.xz |
b43: HT-PHY: make it BCMA-only
HT-PHY was found only on BCM4331 which is a BCMA-based chipset. This is
reallly unlikely we will ever see HT-PHY on SSB thus make the whole code
BCMA specific. This will allow us to call various BCMA-specific
functions directly (without extra checks).
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index c3024ecea38a..078e6f3477a9 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig @@ -131,7 +131,7 @@ config B43_PHY_LP config B43_PHY_HT bool "Support for HT-PHY (high throughput) devices" - depends on B43 + depends on B43 && B43_BCMA ---help--- Support for the HT-PHY. |