From: Simon Horman Date: Thu, 25 Feb 2016 01:03:23 +0000 (+0900) Subject: pwm: rcar: Depend on ARCH_RENESAS instead of ARCH_SHMOBILE X-Git-Tag: v4.6-rc1~40^2~5 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=03d99531aed486f9e7020da3810102df1b91cd34;p=linux-2.6-block.git 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 Acked-by: Geert Uytterhoeven Signed-off-by: Thierry Reding --- 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 config PWM_RENESAS_TPU tristate "Renesas TPU PWM support" - depends on ARCH_SHMOBILE || COMPILE_TEST + depends on ARCH_RENESAS || COMPILE_TEST depends on HAS_IOMEM help This driver exposes the Timer Pulse Unit (TPU) PWM controller found