diff options
author | Ryo Kodama <[email protected]> | 2016-03-31 13:39:11 +0200 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2016-07-11 12:49:34 +0200 |
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 <[email protected]>
Signed-off-by: Harunobu Kurokawa <[email protected]>
Signed-off-by: Ulrich Hecht <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
Acked-by: Simon Horman <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
-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 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 |