From 670b7ab883d936ea52f69f9139a673f64e54a74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20B=C3=BCsch?= Date: Mon, 18 Feb 2008 22:21:29 +0000 Subject: b43: Make probing of NPHY devices possible. SVN-Revision: 10487 --- package/b43/Makefile | 1 + package/b43/src/Kconfig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'package/b43') diff --git a/package/b43/Makefile b/package/b43/Makefile index 968eb0a..3d5eb26 100644 --- a/package/b43/Makefile +++ b/package/b43/Makefile @@ -43,6 +43,7 @@ endef EXTRA_KCONFIG:= \ CONFIG_B43=m \ + CONFIG_B43_NPHY=y \ $(if $(CONFIG_LEDS_TRIGGERS),CONFIG_B43_LEDS=y) \ diff --git a/package/b43/src/Kconfig b/package/b43/src/Kconfig index 1a2141d..d105fcd 100644 --- a/package/b43/src/Kconfig +++ b/package/b43/src/Kconfig @@ -63,7 +63,7 @@ config B43_PCMCIA config B43_NPHY bool "Pre IEEE 802.11n support (BROKEN)" - depends on B43 && EXPERIMENTAL && BROKEN + depends on B43 && EXPERIMENTAL ---help--- Support for the IEEE 802.11n draft. -- cgit v1.1