diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2016-03-02 20:39:58 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-03-27 20:05:58 -0400 |
commit | 41feae79f2621d9fcea1437d4a2f29dc731fdbb0 (patch) | |
tree | db0066ba1bda354e7565aa7a1f593f21025e0d51 /drivers/bus | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) |
bus: simple-pm-bus: Use ARCH_RENESAS
Make use of ARCH_RENESAS in place of ARCH_SHMOBILE.
This is part of an ongoing process to migrate from ARCH_SHMOBILE to
ARCH_RENESAS the motivation for which being that RENESAS seems to be a more
appropriate name than SHMOBILE for the majority of Renesas ARM based SoCs.
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'drivers/bus')
-rw-r--r-- | drivers/bus/Kconfig | 2 |
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 | |||
110 | config SIMPLE_PM_BUS | 110 | config SIMPLE_PM_BUS |
111 | bool "Simple Power-Managed Bus Driver" | 111 | bool "Simple Power-Managed Bus Driver" |
112 | depends on OF && PM | 112 | depends on OF && PM |
113 | depends on ARCH_SHMOBILE || COMPILE_TEST | 113 | depends on ARCH_RENESAS || COMPILE_TEST |
114 | help | 114 | help |
115 | Driver for transparent busses that don't need a real driver, but | 115 | Driver for transparent busses that don't need a real driver, but |
116 | where the bus controller is part of a PM domain, or under the control | 116 | where the bus controller is part of a PM domain, or under the control |