summaryrefslogtreecommitdiff
path: root/package/b43
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2008-02-18 22:21:29 +0000
committerMichael Büsch <mb@bu3sch.de>2008-02-18 22:21:29 +0000
commit670b7ab883d936ea52f69f9139a673f64e54a74e (patch)
tree175a636a2a84cedcc6c0e3dbeedd796f4d30bb12 /package/b43
parent197fafaff6e5dd19f7e61cde89435a56ed44276e (diff)
downloadmtk-20170518-670b7ab883d936ea52f69f9139a673f64e54a74e.zip
mtk-20170518-670b7ab883d936ea52f69f9139a673f64e54a74e.tar.gz
mtk-20170518-670b7ab883d936ea52f69f9139a673f64e54a74e.tar.bz2
b43: Make probing of NPHY devices possible.
SVN-Revision: 10487
Diffstat (limited to 'package/b43')
-rw-r--r--package/b43/Makefile1
-rw-r--r--package/b43/src/Kconfig2
2 files changed, 2 insertions, 1 deletions
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.