Browse Source

drm/shmobile: Enable compilation on all ARM platforms

This is required to support multi-arch kernels.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Laurent Pinchart 12 years ago
parent
commit
227c1fb28c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/gpu/drm/shmobile/Kconfig

+ 1 - 1
drivers/gpu/drm/shmobile/Kconfig

@@ -1,6 +1,6 @@
 config DRM_SHMOBILE
 	tristate "DRM Support for SH Mobile"
-	depends on DRM && (SUPERH || ARCH_SHMOBILE)
+	depends on DRM && (ARM || SUPERH)
 	select DRM_KMS_HELPER
 	select DRM_KMS_CMA_HELPER
 	select DRM_GEM_CMA_HELPER