Skip to content

Commit

Permalink
drm/shmobile: Enable compilation on all ARM platforms
Browse files Browse the repository at this point in the history
This is required to support multi-arch kernels.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
  • Loading branch information
Laurent Pinchart committed Jun 20, 2013
1 parent 416c390 commit 227c1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/shmobile/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 227c1fb

Please sign in to comment.