diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2016-02-24 20:03:23 -0500 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2016-03-23 12:11:44 -0400 |
commit | 03d99531aed486f9e7020da3810102df1b91cd34 (patch) | |
tree | 7d59bfc923c367d25224f1a0db887407bc3373c0 | |
parent | 0e47b5981a30e856c9c4aba785890528486d1594 (diff) |
pwm: rcar: Depend on ARCH_RENESAS instead 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.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
-rw-r--r-- | drivers/pwm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 8cf0dae78555..c182efc62c7b 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig | |||
@@ -316,7 +316,7 @@ config PWM_RCAR | |||
316 | 316 | ||
317 | config PWM_RENESAS_TPU | 317 | config PWM_RENESAS_TPU |
318 | tristate "Renesas TPU PWM support" | 318 | tristate "Renesas TPU PWM support" |
319 | depends on ARCH_SHMOBILE || COMPILE_TEST | 319 | depends on ARCH_RENESAS || COMPILE_TEST |
320 | depends on HAS_IOMEM | 320 | depends on HAS_IOMEM |
321 | help | 321 | help |
322 | This driver exposes the Timer Pulse Unit (TPU) PWM controller found | 322 | This driver exposes the Timer Pulse Unit (TPU) PWM controller found |