diff options
author | Jingoo Han <jg1.han@samsung.com> | 2012-02-03 13:01:55 +0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-02-13 07:02:30 +0400 |
commit | e9474be4eb6918c91cb0d296f9744e8ec0e08c11 (patch) | |
tree | a7f0b9282258ab3153a7870b09de553d5080bcbe /drivers/video/exynos/Kconfig | |
parent | 9befe40f6e018e508b047eb76d189ede9b4ff03d (diff) | |
download | linux-e9474be4eb6918c91cb0d296f9744e8ec0e08c11.tar.xz |
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/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/exynos/Kconfig b/drivers/video/exynos/Kconfig index 7032ad9f3fbb..1b035b2eb6b6 100644 --- a/drivers/video/exynos/Kconfig +++ b/drivers/video/exynos/Kconfig @@ -27,4 +27,11 @@ config EXYNOS_LCD_S6E8AX0 If you have an S6E8AX0 MIPI AMOLED LCD Panel, say Y to enable its LCD control driver. +config EXYNOS_DP + bool "EXYNOS DP driver support" + depends on ARCH_EXYNOS + default n + help + This enables support for DP device. + endif # EXYNOS_VIDEO |