diff options
author | Andrzej Hajda | 2014-03-26 09:17:18 +0100 |
---|---|---|
committer | Inki Dae | 2014-04-04 21:24:48 +0900 |
commit | ff21993776325316cdbcb4ced888ce4cd31a8bc6 (patch) | |
tree | 18d242854365f6ca89e8e3a991c2bd6258483a52 /drivers/gpu/drm/panel/Kconfig | |
parent | 88072c39edff2f6e171995e77d1ebeee8e7017d9 (diff) |
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/Kconfig | 7 |
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 |