summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2016-04-13 13:47:19 -0700
committerOlof Johansson <olof@lixom.net>2016-04-13 13:47:19 -0700
commit41f81a5100292fcdef113f54105d0dee01dedf87 (patch)
tree2d4bcffbacea5a98162e424988e393f6b7da5038
parentf8ed1e1a452645241a7fb6410fb462dcac869311 (diff)
parent41feae79f2621d9fcea1437d4a2f29dc731fdbb0 (diff)
downloadlinux-41f81a5100292fcdef113f54105d0dee01dedf87.tar.bz2
Merge tag 'renesas-simple-pm-bus-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/drivers
Renesas ARM Based SoC Simple PM Bus Updates for v4.7 * Use ARCH_RENESAS in Kconfig * tag 'renesas-simple-pm-bus-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: bus: simple-pm-bus: Use ARCH_RENESAS Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--drivers/bus/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig
index d4a3a3133da5..67cebd3d7f2d 100644
--- a/drivers/bus/Kconfig
+++ b/drivers/bus/Kconfig
@@ -110,7 +110,7 @@ config OMAP_OCP2SCP
config SIMPLE_PM_BUS
bool "Simple Power-Managed Bus Driver"
depends on OF && PM
- depends on ARCH_SHMOBILE || COMPILE_TEST
+ 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