1
0
Fork 0

Revert "bcma: Kconfig: Let it depend on PCI"

This reverts commit b09f5ec18b.

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>
wifi-calibration
Rafał Miłecki 2015-03-05 18:25:12 +01:00 committed by Kalle Valo
parent 982a40f5c0
commit 6029e0c59b
1 changed files with 1 additions and 1 deletions

View 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"