Skip to content

Commit

Permalink
Revert "bcma: Kconfig: Let it depend on PCI"
Browse files Browse the repository at this point in the history
This reverts commit b09f5ec.

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>
  • Loading branch information
Rafał Miłecki authored and Kalle Valo committed Mar 13, 2015
1 parent 982a40f commit 6029e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/bcma/Kconfig
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6029e0c

Please sign in to comment.