drm/exynos: fimd and ipp are broken on multiplatform
authorArnd Bergmann <arnd@arndb.de>
Mon, 21 Jan 2013 17:16:01 +0000 (17:16 +0000)
committerInki Dae <inki.dae@samsung.com>
Fri, 25 Jan 2013 05:38:46 +0000 (14:38 +0900)
commit7cdc046d9e9d5e90da20dc13eac90061688544a2
tree185c9014e4027ed8ad8802de5cf5382863bc7622
parent05523d563d3c019b3f33a0daa1e73aa075aa0161
drm/exynos: fimd and ipp are broken on multiplatform

While the exynos DRM support in principle can work on
multiplatform, the FIMD and IPP sections of it both
include the plat/map-base.h header file, which is
not available on multiplatform. Rather than disabling
the entire driver, we can just conditionally build
these two parts.

Without this patch, building allyesconfig results in:

drivers/gpu/drm/exynos/exynos_drm_fimc.c:19:27: fatal error: plat/map-base.h: No such file or directory
drivers/gpu/drm/exynos/exynos_drm_ipp.c:20:27: fatal error: plat/map-base.h: No such file or directory

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
drivers/gpu/drm/exynos/Kconfig