aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panel/Makefile
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/Makefile
parentpanel/ld9040: add DT bindings (diff)
downloadlinux-dev-ff21993776325316cdbcb4ced888ce4cd31a8bc6.tar.xz
linux-dev-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/Makefile')
-rw-r--r--drivers/gpu/drm/panel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/panel/Makefile b/drivers/gpu/drm/panel/Makefile
index af9dfa235b94..4f7dfce64baa 100644
--- a/drivers/gpu/drm/panel/Makefile
+++ b/drivers/gpu/drm/panel/Makefile
@@ -1 +1,2 @@
obj-$(CONFIG_DRM_PANEL_SIMPLE) += panel-simple.o
+obj-$(CONFIG_DRM_PANEL_LD9040) += panel-ld9040.o