projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e08270
)
bus: SIMPLE_PM_BUS does not depend on ARCH_RENESAS
author
Rob Clark
<
[email protected]
>
Tue, 13 Jun 2017 12:59:11 +0000
(08:59 -0400)
committer
Rob Clark
<
[email protected]
>
Sat, 17 Jun 2017 12:03:08 +0000
(08:03 -0400)
In fact, it is needed for PCI to work on msm8996 (and probably other
things). No idea why it was depending on renesas but that doesn't make
any sense. So drop the dependency.
Signed-off-by: Rob Clark <
[email protected]
>
Acked-by: Bjorn Andersson <
[email protected]
>
Acked-by: Geert Uytterhoeven <
[email protected]
>
Reviewed-by: Simon Horman <
[email protected]
>
Acked-by: Arnd Bergmann <
[email protected]
>
drivers/bus/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/bus/Kconfig
b/drivers/bus/Kconfig
index 0a52da439abff2da10900ac96ecc34cb9c70a306..b83c5351376cc8f5780ba5d8a1efd5cfbf37f5e1 100644
(file)
--- a/
drivers/bus/Kconfig
+++ b/
drivers/bus/Kconfig
@@
-121,7
+121,6
@@
config QCOM_EBI2
config SIMPLE_PM_BUS
bool "Simple Power-Managed Bus Driver"
depends on OF && PM
- depends on ARCH_RENESAS || COMPILE_TEST
help
Driver for transparent busses that don't need a real driver, but
where the bus controller is part of a PM domain, or under the control