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 <hauke@xxxxxxxxxx> --- config.mk | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/config.mk b/config.mk index 0692c6e..4e5e08c 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 -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html