summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Clark <rob@ti.com>2012-10-29 09:31:13 +0100
committerInki Dae <daeinki@gmail.com>2012-10-31 06:11:36 -0700
commit9eb3e9e6f3cface0d2ffa8d889f44af27dcbce7b (patch)
tree31bd7e8f78722fdc227e100bc6814d6815c01876
parent25a5803037cbe4dedd96011293c94982860785fc (diff)
downloadop-kernel-dev-9eb3e9e6f3cface0d2ffa8d889f44af27dcbce7b.zip
op-kernel-dev-9eb3e9e6f3cface0d2ffa8d889f44af27dcbce7b.tar.gz
drm/exynos: add support for ARCH_MULTIPLATFORM
Exynos does not seem to have any dependency on anything from platform headers so just needs Kconfig updated to build in ARCH_MULTIPLATFORM builds. Signed-off-by: Rob Clark <rob@ti.com> Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
-rw-r--r--drivers/gpu/drm/exynos/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig
index 59a26e5..fc345d4 100644
--- a/drivers/gpu/drm/exynos/Kconfig
+++ b/drivers/gpu/drm/exynos/Kconfig
@@ -1,6 +1,6 @@
config DRM_EXYNOS
tristate "DRM Support for Samsung SoC EXYNOS Series"
- depends on DRM && PLAT_SAMSUNG
+ depends on DRM && (PLAT_SAMSUNG || ARCH_MULTIPLATFORM)
select DRM_KMS_HELPER
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
OpenPOWER on IntegriCloud