diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2011-07-07 13:25:27 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-07-08 15:11:25 (GMT) |
commit | 1d738e64f3d957d56c1b51e64ebdef986a8760e3 (patch) | |
tree | 15bc3db421bd44c031b58bd4953d69c91fc081eb /drivers/net/wireless/b43/Kconfig | |
parent | 0cd20a278e1ef9da9f6a987942794c9d65af8c4d (diff) | |
download | linux-1d738e64f3d957d56c1b51e64ebdef986a8760e3.tar.xz |
b43: LCN-PHY add place for new PHY support
LCN-PHY was found in 14e4:4727 card. It uses LCN/1 and 0x2064/1 radio.
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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index 21b0798..d2293dc 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig @@ -131,6 +131,14 @@ config B43_PHY_HT Say N, this is BROKEN and crashes driver. +config B43_PHY_LCN + bool "Support for LCN-PHY devices (BROKEN)" + depends on B43 && BROKEN + ---help--- + Support for the LCN-PHY. + + Say N, this is BROKEN and crashes driver. + # This config option automatically enables b43 LEDS support, # if it's possible. config B43_LEDS |