projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2363dc6
)
drm/exynos: fixed build dependency for DRM_EXYNOS_FIMD
author
Inki Dae
<inki.dae@samsung.com>
Mon, 16 Jan 2012 09:55:02 +0000
(18:55 +0900)
committer
Inki Dae
<inki.dae@samsung.com>
Fri, 27 Jan 2012 01:43:25 +0000
(10:43 +0900)
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>
drivers/gpu/drm/exynos/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/exynos/Kconfig
b/drivers/gpu/drm/exynos/Kconfig
index 4ab915e88936ee247422df194547be83ded18e78..b9e5266c341baae491412e1fe75887c270b1fdb7 100644
(file)
--- 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.