diff options
author | Philippe CORNU <philippe.cornu@st.com> | 2018-03-02 16:32:22 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2018-03-12 09:27:57 +0100 |
commit | 2b7ed18bed1ade79aa538c8e3dc2cc5c0889fa96 (patch) | |
tree | 7b797b3c1a940007a1a340ada82afcc5f041c723 /drivers/gpu/drm/panel/Kconfig | |
parent | c6a8245e013f961a242e8fc0f6ecb9661c3358cc (diff) | |
download | linux-2b7ed18bed1ade79aa538c8e3dc2cc5c0889fa96.tar.bz2 |
drm/panel: Add support for Raydium RM68200 panel driver
This patch adds Raydium Semiconductor Corporation RM68200 5.5" 720x1280
TFT LCD panel driver (MIPI-DSI video mode).
Signed-off-by: Philippe Cornu <philippe.cornu@st.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180302153222.4377-3-philippe.cornu@st.com
Diffstat (limited to 'drivers/gpu/drm/panel/Kconfig')
-rw-r--r-- | drivers/gpu/drm/panel/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig index 988048ebcc22..077bc58c1913 100644 --- a/drivers/gpu/drm/panel/Kconfig +++ b/drivers/gpu/drm/panel/Kconfig @@ -108,6 +108,14 @@ config DRM_PANEL_RASPBERRYPI_TOUCHSCREEN Pi 7" Touchscreen. To compile this driver as a module, choose M here. +config DRM_PANEL_RAYDIUM_RM68200 + tristate "Raydium RM68200 720x1280 DSI video mode panel" + depends on OF + depends on DRM_MIPI_DSI + help + Say Y here if you want to enable support for Raydium RM68200 + 720x1280 DSI video mode panel. + config DRM_PANEL_SAMSUNG_S6E3HA2 tristate "Samsung S6E3HA2 DSI video mode panel" depends on OF |