diff options
author | Andrzej Hajda <a.hajda@samsung.com> | 2014-03-26 09:17:18 +0100 |
---|---|---|
committer | Inki Dae <daeinki@gmail.com> | 2014-04-04 21:24:48 +0900 |
commit | ff21993776325316cdbcb4ced888ce4cd31a8bc6 (patch) | |
tree | 18d242854365f6ca89e8e3a991c2bd6258483a52 /drivers/gpu/drm/panel/Makefile | |
parent | 88072c39edff2f6e171995e77d1ebeee8e7017d9 (diff) | |
download | blackbird-op-linux-ff21993776325316cdbcb4ced888ce4cd31a8bc6.tar.gz blackbird-op-linux-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/Makefile | 1 |
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 |