diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2016-03-24 21:38:28 -0400 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2016-04-23 19:53:35 -0400 |
commit | a033e6b61d2984a9ab31c607f5b5796cfff049e5 (patch) | |
tree | c93579b1491d2818c918cf6609bef2531dc96f8c /drivers/gpu/drm/rcar-du | |
parent | 4f5504cfc6ffcc73926de454f000d0409eed2fcb (diff) |
drm: rcar-du: Use ARCH_RENESAS
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>
Diffstat (limited to 'drivers/gpu/drm/rcar-du')
-rw-r--r-- | drivers/gpu/drm/rcar-du/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/rcar-du/Kconfig b/drivers/gpu/drm/rcar-du/Kconfig index eb1e6d5cfed9..7fc3ca5ce6c7 100644 --- a/drivers/gpu/drm/rcar-du/Kconfig +++ b/drivers/gpu/drm/rcar-du/Kconfig | |||
@@ -2,7 +2,7 @@ config DRM_RCAR_DU | |||
2 | tristate "DRM Support for R-Car Display Unit" | 2 | tristate "DRM Support for R-Car Display Unit" |
3 | depends on DRM && OF | 3 | depends on DRM && OF |
4 | depends on ARM || ARM64 | 4 | depends on ARM || ARM64 |
5 | depends on ARCH_SHMOBILE || COMPILE_TEST | 5 | depends on ARCH_RENESAS || COMPILE_TEST |
6 | select DRM_KMS_HELPER | 6 | select DRM_KMS_HELPER |
7 | select DRM_KMS_CMA_HELPER | 7 | select DRM_KMS_CMA_HELPER |
8 | select DRM_GEM_CMA_HELPER | 8 | select DRM_GEM_CMA_HELPER |