]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drm: rcar-du: Use ARCH_RENESAS
authorSimon Horman <horms+renesas@verge.net.au>
Fri, 25 Mar 2016 01:38:28 +0000 (10:38 +0900)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sat, 23 Apr 2016 23:53:35 +0000 (02:53 +0300)
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: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
drivers/gpu/drm/rcar-du/Kconfig

index eb1e6d5cfed97696e45177dc4c1d8dbe33c1c72d..7fc3ca5ce6c7365065b1c563ac05137bba1640ea 100644 (file)
@@ -2,7 +2,7 @@ config DRM_RCAR_DU
        tristate "DRM Support for R-Car Display Unit"
        depends on DRM && OF
        depends on ARM || ARM64
-       depends on ARCH_SHMOBILE || COMPILE_TEST
+       depends on ARCH_RENESAS || COMPILE_TEST
        select DRM_KMS_HELPER
        select DRM_KMS_CMA_HELPER
        select DRM_GEM_CMA_HELPER