thermal: rcar: Use ARCH_RENESAS
authorSimon Horman <horms+renesas@verge.net.au>
Wed, 2 Mar 2016 02:04:26 +0000 (11:04 +0900)
committerEduardo Valentin <edubezval@gmail.com>
Tue, 8 Mar 2016 19:55:58 +0000 (11:55 -0800)
Make use of ARCH_RENESAS in place 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.

Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/Kconfig

index 5670d26525147eecf07bd8f9d4b1704f78650fbc..962ddaf39cae38d0f47856a6bc4e481ddcd5bf95 100644 (file)
@@ -214,7 +214,7 @@ config ROCKCHIP_THERMAL
 
 config RCAR_THERMAL
        tristate "Renesas R-Car thermal driver"
-       depends on ARCH_SHMOBILE || COMPILE_TEST
+       depends on ARCH_RENESAS || COMPILE_TEST
        depends on HAS_IOMEM
        help
          Enable this to plug the R-Car thermal sensor driver into the Linux
This page took 0.02655 seconds and 5 git commands to generate.