From: Hauke Mehrtens Date: Tue, 21 Jun 2011 17:43:25 +0000 (+0200) Subject: compat-wireless: add CONFIG_B43_SSB and other b43 options. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c87008cb8da6516bd95358ffb7ea60d1911bc130;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: add CONFIG_B43_SSB and other b43 options. CONFIG_B43_SSB is now needed to compile b43 with ssb support. The other options are deactivated as the features they should activate are not working for now. Signed-off-by: Hauke Mehrtens --- diff --git a/config.mk b/config.mk index 0692c6e00ef6..4e5e08ca02d8 100644 --- a/config.mk +++ b/config.mk @@ -270,6 +270,7 @@ CONFIG_B43_LEDS=y endif #CONFIG_MAC80211_LEDS CONFIG_B43_PHY_LP=y CONFIG_B43_PHY_N=y +# CONFIG_B43_PHY_HT=y # CONFIG_B43_FORCE_PIO=y # CONFIG_B43_DEBUG=y @@ -323,12 +324,14 @@ CONFIG_SSB_PCMCIAHOST=y endif #CONFIG_PCMCIA # CONFIG_SSB_DEBUG=y CONFIG_SSB_DRIVER_PCICORE=y +CONFIG_B43_SSB=y endif #CONFIG_SSB CONFIG_BCMA=m CONFIG_BCMA_BLOCKIO=y CONFIG_BCMA_HOST_PCI=y # CONFIG_BCMA_DEBUG=y +# CONFIG_B43_BCMA=y CONFIG_P54_PCI=m