summaryrefslogtreecommitdiffstats
path: root/drivers/bcma/Kconfig
diff options
context:
space:
mode:
authorRafał Miłecki2015-03-05 18:25:12 +0100
committerKalle Valo2015-03-13 15:25:54 +0100
commit6029e0c59b1c80b9669717f055b65588bde9754e (patch)
tree8317108e888fd7cdd4a4cc72bde45994f517cfb5 /drivers/bcma/Kconfig
parentbcma: allow disabling (not building) PCI driver (diff)
downloadkernel-qcow2-linux-6029e0c59b1c80b9669717f055b65588bde9754e.tar.gz
kernel-qcow2-linux-6029e0c59b1c80b9669717f055b65588bde9754e.tar.xz
kernel-qcow2-linux-6029e0c59b1c80b9669717f055b65588bde9754e.zip
Revert "bcma: Kconfig: Let it depend on PCI"
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>
Diffstat (limited to 'drivers/bcma/Kconfig')
-rw-r--r--drivers/bcma/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bcma/Kconfig b/drivers/bcma/Kconfig
index 1500b7120fc7..fc6ffcfa8061 100644
--- a/drivers/bcma/Kconfig
+++ b/drivers/bcma/Kconfig
@@ -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"