diff options
author | Sean Paul <seanpaul@chromium.org> | 2014-01-30 22:19:22 +0100 |
---|---|---|
committer | Inki Dae <daeinki@gmail.com> | 2014-03-23 16:36:34 +0100 |
commit | 2e4e678aa8a49136a4954dd93e53ac5108977e5c (patch) | |
tree | 35fc15cae414945a9330597936f52b238f829330 /drivers/video/exynos/Kconfig | |
parent | drm/exynos: Remove unused/useless fimd_context members (diff) | |
download | linux-2e4e678aa8a49136a4954dd93e53ac5108977e5c.tar.xz linux-2e4e678aa8a49136a4954dd93e53ac5108977e5c.zip |
drm/exynos: Move dp driver from video/ to drm/
This patch moves the code from video/ to drm/. This is required the DP
driver needs to power on/off in the correct order in relation to fimd.
This will also allow the DP driver to participate in drm modeset as well
as provide accurate connection detection and edid.
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/video/exynos/Kconfig')
-rw-r--r-- | drivers/video/exynos/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/video/exynos/Kconfig b/drivers/video/exynos/Kconfig index 75c8a8e7efc0..fcf2d48ac6d1 100644 --- a/drivers/video/exynos/Kconfig +++ b/drivers/video/exynos/Kconfig @@ -29,11 +29,4 @@ 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 OF && ARCH_EXYNOS - default n - help - This enables support for DP device. - endif # EXYNOS_VIDEO |