Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9eb3e9e6 authored by Rob Clark's avatar Rob Clark Committed by Inki Dae
Browse files

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: default avatarRob Clark <rob@ti.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
parent 25a58030
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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