summaryrefslogtreecommitdiffstats
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
committerInki Dae <daeinki@gmail.com>2014-04-04 21:24:48 +0900
commitff21993776325316cdbcb4ced888ce4cd31a8bc6 (patch)
tree18d242854365f6ca89e8e3a991c2bd6258483a52 /drivers/gpu/drm/panel/Kconfig
parent88072c39edff2f6e171995e77d1ebeee8e7017d9 (diff)
downloadlinux-stable-ff21993776325316cdbcb4ced888ce4cd31a8bc6.tar.gz
linux-stable-ff21993776325316cdbcb4ced888ce4cd31a8bc6.tar.bz2
linux-stable-ff21993776325316cdbcb4ced888ce4cd31a8bc6.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 3e0f13d1bc84..f0fcb626a58c 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