From: Rob Clark Date: Tue, 13 Jun 2017 12:59:11 +0000 (-0400) Subject: bus: SIMPLE_PM_BUS does not depend on ARCH_RENESAS X-Git-Tag: v4.14-rc1~484^2~14^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51c9fbe69486c9143877f5d26a575b16588eb08a;p=platform%2Fkernel%2Flinux-rpi3.git 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 Acked-by: Bjorn Andersson Acked-by: Geert Uytterhoeven Reviewed-by: Simon Horman Acked-by: Arnd Bergmann --- diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index 0a52da4..b83c535 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