fbdev: sh_mobile_lcdc: Use ARCH_RENESAS
authorSimon Horman <horms+renesas@verge.net.au>
Mon, 22 Feb 2016 01:59:51 +0000 (10:59 +0900)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 26 Feb 2016 10:59:43 +0000 (12:59 +0200)
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.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/Kconfig

index 8ea45a5cd806eefdc783a5f02570183c6bae4f6e..936ebd4bcf73e7a28960158be891773f8924fdab 100644 (file)
@@ -1985,7 +1985,7 @@ config FB_W100
 
 config FB_SH_MOBILE_LCDC
        tristate "SuperH Mobile LCDC framebuffer support"
-       depends on FB && (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
+       depends on FB && (SUPERH || ARCH_RENESAS) && HAVE_CLK
        depends on FB_SH_MOBILE_MERAM || !FB_SH_MOBILE_MERAM
        select FB_SYS_FILLRECT
        select FB_SYS_COPYAREA