diff options
author | Ryo Kodama <ryo.kodama.vz@renesas.com> | 2016-03-31 07:39:11 -0400 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2016-07-11 06:49:34 -0400 |
commit | 48169988cff0cb39e0e16a9fe3e445c812c12960 (patch) | |
tree | 06e6c3ef114aae0347f05162fe2343564b922c7d | |
parent | e9be88a2f06b89a56499c9bfe494ddc4e5f55f46 (diff) |
pwm: rcar: Use ARCH_RENESAS
Replace ARCH_RCAR_GEN{1,2} with ARCH_RENESAS in order to support R-Car Gen3.
Signed-off-by: Ryo Kodama <ryo.kodama.vz@renesas.com>
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
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 59124eb4d592..db32cb8c1aba 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig | |||
@@ -315,7 +315,7 @@ config PWM_PXA | |||
315 | 315 | ||
316 | config PWM_RCAR | 316 | config PWM_RCAR |
317 | tristate "Renesas R-Car PWM support" | 317 | tristate "Renesas R-Car PWM support" |
318 | depends on ARCH_RCAR_GEN1 || ARCH_RCAR_GEN2 || COMPILE_TEST | 318 | depends on ARCH_RENESAS || COMPILE_TEST |
319 | depends on HAS_IOMEM | 319 | depends on HAS_IOMEM |
320 | help | 320 | help |
321 | This driver exposes the PWM Timer controller found in Renesas | 321 | This driver exposes the PWM Timer controller found in Renesas |