projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
982a40f
)
Revert "bcma: Kconfig: Let it depend on PCI"
author
Rafał Miłecki
<zajec5@gmail.com>
Thu, 5 Mar 2015 17:25:12 +0000
(18:25 +0100)
committer
Kalle 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/bcma/Kconfig
b/drivers/bcma/Kconfig
index 1500b7120fc74581fed7eff376057658943bf45f..fc6ffcfa80618efded04b72b1501ca505683a3b0 100644
(file)
--- 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"