aboutsummaryrefslogtreecommitdiffstatshomepage
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
parentMerge tag 'reset-for-4.7' of git://git.pengutronix.de/git/pza/linux into next/drivers (diff)
parentbus: simple-pm-bus: Use ARCH_RENESAS (diff)
downloadwireguard-linux-41f81a5100292fcdef113f54105d0dee01dedf87.tar.xz
wireguard-linux-41f81a5100292fcdef113f54105d0dee01dedf87.zip
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>
Diffstat (limited to '')
-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