summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorInki Dae2012-01-16 10:55:02 +0100
committerInki Dae2012-01-27 02:43:25 +0100
commita4b42dab293afdabc3e4ae57cbc743ad05af0e4b (patch)
treee211a34fa8609848d9589b9f391458277f521c7b /drivers/gpu
parentdrm/exynos: fix build dependency for DRM_EXYNOS_HDMI (diff)
downloadkernel-qcow2-linux-a4b42dab293afdabc3e4ae57cbc743ad05af0e4b.tar.gz
kernel-qcow2-linux-a4b42dab293afdabc3e4ae57cbc743ad05af0e4b.tar.xz
kernel-qcow2-linux-a4b42dab293afdabc3e4ae57cbc743ad05af0e4b.zip
drm/exynos: fixed build dependency for DRM_EXYNOS_FIMD
FB based FIMD and DRM based FIMD drivers use same hardware so with this patch, only one of them would be selected. Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'drivers/gpu')
-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 4ab915e88936..b9e5266c341b 100644
--- a/drivers/gpu/drm/exynos/Kconfig
+++ b/drivers/gpu/drm/exynos/Kconfig
@@ -13,7 +13,7 @@ config DRM_EXYNOS
config DRM_EXYNOS_FIMD
tristate "Exynos DRM FIMD"
- depends on DRM_EXYNOS
+ depends on DRM_EXYNOS && !FB_S3C
default n
help
Choose this option if you want to use Exynos FIMD for DRM.