From: Ryo Kodama Date: Thu, 31 Mar 2016 11:39:11 +0000 (+0200) Subject: pwm: rcar: Use ARCH_RENESAS X-Git-Tag: v4.8-rc1~17^2~1^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48169988cff0cb39e0e16a9fe3e445c812c12960;p=thirdparty%2Fkernel%2Fstable.git 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 Signed-off-by: Harunobu Kurokawa Signed-off-by: Ulrich Hecht Acked-by: Geert Uytterhoeven Acked-by: Simon Horman Signed-off-by: Thierry Reding --- diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 59124eb4d592e..db32cb8c1aba1 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -315,7 +315,7 @@ config PWM_PXA config PWM_RCAR tristate "Renesas R-Car PWM support" - depends on ARCH_RCAR_GEN1 || ARCH_RCAR_GEN2 || COMPILE_TEST + depends on ARCH_RENESAS || COMPILE_TEST depends on HAS_IOMEM help This driver exposes the PWM Timer controller found in Renesas