Signed-off-by: Michael Buesch <mb@xxxxxxxxx> Index: wireless-dev-new/drivers/net/wireless/b43/Kconfig =================================================================== --- wireless-dev-new.orig/drivers/net/wireless/b43/Kconfig 2007-08-15 15:08:39.000000000 +0200 +++ wireless-dev-new/drivers/net/wireless/b43/Kconfig 2007-08-15 15:13:14.000000000 +0200 @@ -11,14 +11,14 @@ config B43 # Auto-select SSB PCI-HOST support, if possible config B43_PCI_AUTOSELECT bool - depends on SSB_PCIHOST_POSSIBLE + depends on B43 && SSB_PCIHOST_POSSIBLE select SSB_PCIHOST default y # Auto-select SSB PCICORE driver, if possible config B43_PCICORE_AUTOSELECT bool - depends on SSB_DRIVER_PCICORE_POSSIBLE + depends on B43 && SSB_DRIVER_PCICORE_POSSIBLE select SSB_DRIVER_PCICORE default y -- - 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