summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panel/Kconfig
diff options
context:
space:
mode:
authorAndrzej Hajda <a.hajda@samsung.com>2014-03-26 09:17:18 +0100
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:47:42 +0900
commitb1e5c7928f9125d0390fdc64f9907619590908fb (patch)
treeb1605a0cb09faf06813630e9cbeedb9a8e030252 /drivers/gpu/drm/panel/Kconfig
parent2b90d5b4cb4b7b938388935213308255427ba4b1 (diff)
downloadlinux-3.10-b1e5c7928f9125d0390fdc64f9907619590908fb.tar.gz
linux-3.10-b1e5c7928f9125d0390fdc64f9907619590908fb.tar.bz2
linux-3.10-b1e5c7928f9125d0390fdc64f9907619590908fb.zip
drm/panel: add ld9040 driver
The patch adds LD9040 parallel RGB panel driver with SPI control interface. The driver uses drm_panel framework. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/panel/Kconfig')
-rw-r--r--drivers/gpu/drm/panel/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig
index 3e0f13d1bc8..f0fcb626a58 100644
--- a/drivers/gpu/drm/panel/Kconfig
+++ b/drivers/gpu/drm/panel/Kconfig
@@ -16,4 +16,11 @@ config DRM_PANEL_SIMPLE
that it can be automatically turned off when the panel goes into a
low power state.
+config DRM_PANEL_LD9040
+ tristate "LD9040 RGB/SPI panel"
+ depends on DRM && DRM_PANEL
+ depends on OF
+ select SPI
+ select VIDEOMODE_HELPERS
+
endmenu