diff options
author | Rob Clark <robdclark@gmail.com> | 2017-06-13 08:59:11 -0400 |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2017-06-17 08:03:08 -0400 |
commit | 51c9fbe69486c9143877f5d26a575b16588eb08a (patch) | |
tree | 0573e4c04497ed1b0debae6401b6af3e34d4b12d /drivers | |
parent | 0e08270a1f01bceae17d32a0d75aad2388bd1ba2 (diff) | |
download | linux-51c9fbe69486c9143877f5d26a575b16588eb08a.tar.bz2 |
bus: SIMPLE_PM_BUS does not depend on ARCH_RENESAS
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 <robdclark@gmail.com>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/bus/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index 0a52da439abf..b83c5351376c 100644 --- 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 |