From: Luis R. Rodriguez Date: Tue, 18 Aug 2009 23:31:11 +0000 (-0700) Subject: Enable CONFIG_B43_PHY_LP=y X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=913593a1663d80c93ea65a4f702f5b564a46f09f;p=openwrt%2Fstaging%2Fblogic.git Enable CONFIG_B43_PHY_LP=y From the Kconfig: Support for the LP-PHY. The LP-PHY is a low-power PHY built into some notebooks and embedded devices. It supports 802.11a/g (802.11a support is optional, and currently disabled). This is heavily experimental Signed-off-by: Luis R. Rodriguez --- diff --git a/config.mk b/config.mk index a24b7bd1f98d..4fb2ab28a3b2 100644 --- a/config.mk +++ b/config.mk @@ -197,6 +197,7 @@ endif CONFIG_B43_PIO=y CONFIG_B43_LEDS=y CONFIG_B43_RFKILL=y +CONFIG_B43_PHY_LP=y # CONFIG_B43_DEBUG=y # CONFIG_B43_FORCE_PIO=y