]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Revert "bcma: Kconfig: Let it depend on PCI"
authorRafał Miłecki <zajec5@gmail.com>
Thu, 5 Mar 2015 17:25:12 +0000 (18:25 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 13 Mar 2015 14:25:54 +0000 (16:25 +0200)
This reverts commit b09f5ec18b16b82f4db8a735e453332db7514275.

Now that we have fully working BCMA_DRIVER_PCI symbol (in can be safely
disabled), there is no risk bcma will try to use PCI code without PCI
available.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/bcma/Kconfig

index 1500b7120fc74581fed7eff376057658943bf45f..fc6ffcfa80618efded04b72b1501ca505683a3b0 100644 (file)
@@ -1,6 +1,6 @@
 config BCMA_POSSIBLE
        bool
-       depends on HAS_IOMEM && HAS_DMA && PCI
+       depends on HAS_IOMEM && HAS_DMA
        default y
 
 menu "Broadcom specific AMBA"