Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b692f3b authored by Hauke Mehrtens's avatar Hauke Mehrtens Committed by John W. Linville
Browse files

b43: activate N-PHY and HT-PHY support by default



N-PHY and HT-PHY support is more or less stable and should be activated
by default.

Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent d186899f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -111,6 +111,7 @@ config B43_PIO
config B43_PHY_N
	bool "Support for 802.11n (N-PHY) devices"
	depends on B43
	default y
	---help---
	  Support for the N-PHY.

@@ -132,6 +133,7 @@ config B43_PHY_LP
config B43_PHY_HT
	bool "Support for HT-PHY (high throughput) devices"
	depends on B43 && B43_BCMA
	default y
	---help---
	  Support for the HT-PHY.