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>
This commit is contained in:
		
							parent
							
								
									25a5803037
								
							
						
					
					
						commit
						9eb3e9e6f3
					
				| @ -1,6 +1,6 @@ | |||||||
| config DRM_EXYNOS | config DRM_EXYNOS | ||||||
| 	tristate "DRM Support for Samsung SoC EXYNOS Series" | 	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 DRM_KMS_HELPER | ||||||
| 	select FB_CFB_FILLRECT | 	select FB_CFB_FILLRECT | ||||||
| 	select FB_CFB_COPYAREA | 	select FB_CFB_COPYAREA | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user