浏览代码

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>
Simon Horman 9 年之前
父节点
当前提交
03d99531ae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/pwm/Kconfig

+ 1 - 1
drivers/pwm/Kconfig

@@ -316,7 +316,7 @@ config PWM_RCAR
 
 
 config PWM_RENESAS_TPU
 config PWM_RENESAS_TPU
 	tristate "Renesas TPU PWM support"
 	tristate "Renesas TPU PWM support"
-	depends on ARCH_SHMOBILE || COMPILE_TEST
+	depends on ARCH_RENESAS || COMPILE_TEST
 	depends on HAS_IOMEM
 	depends on HAS_IOMEM
 	help
 	help
 	  This driver exposes the Timer Pulse Unit (TPU) PWM controller found
 	  This driver exposes the Timer Pulse Unit (TPU) PWM controller found