aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/exynos/Kconfig
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2012-02-03 04:01:55 -0500
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2012-02-12 22:02:30 -0500
commite9474be4eb6918c91cb0d296f9744e8ec0e08c11 (patch)
treea7f0b9282258ab3153a7870b09de553d5080bcbe /drivers/video/exynos/Kconfig
parent9befe40f6e018e508b047eb76d189ede9b4ff03d (diff)
video: support DP controller driver
Samsung EXYNOS SoC such Exynos5 has DP controller and embedded DP panel can be used. This patch supports DP driver based on Samsung EXYNOS SoC chip. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/exynos/Kconfig')
-rw-r--r--drivers/video/exynos/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/exynos/Kconfig b/drivers/video/exynos/Kconfig
index 7032ad9f3fb..1b035b2eb6b 100644
--- a/drivers/video/exynos/Kconfig
+++ b/drivers/video/exynos/Kconfig
@@ -27,4 +27,11 @@ config EXYNOS_LCD_S6E8AX0
27 If you have an S6E8AX0 MIPI AMOLED LCD Panel, say Y to enable its 27 If you have an S6E8AX0 MIPI AMOLED LCD Panel, say Y to enable its
28 LCD control driver. 28 LCD control driver.
29 29
30config EXYNOS_DP
31 bool "EXYNOS DP driver support"
32 depends on ARCH_EXYNOS
33 default n
34 help
35 This enables support for DP device.
36
30endif # EXYNOS_VIDEO 37endif # EXYNOS_VIDEO