summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/hisilicon/kirin/Kconfig
diff options
context:
space:
mode:
authorXinliang Liu <xinliang.liu@linaro.org>2015-11-23 04:32:26 +0300
committerXinliang Liu <xinliang.liu@linaro.org>2016-04-29 11:39:13 +0300
commitf819b0d4a91344c1bd0ec931f16faf491e867e59 (patch)
treebea5c173d90bc46ee74df594d1e043a5d33cbee1 /drivers/gpu/drm/hisilicon/kirin/Kconfig
parent6b7a5965489c64dfc90ea650abbe9295e519753c (diff)
downloadlinux-f819b0d4a91344c1bd0ec931f16faf491e867e59.tar.xz
drm/hisilicon: Add designware dsi encoder driver
Add DesignWare MIPI DSI Host Controller v1.02 encoder driver for hi6220 SoC. v9: Fix module compile error. v8: None. v7: - A few regs define clean up. v6: - Change "pclk_dsi" to "pclk". v5: None. v4: None. v3: - Rename file name to dw_drm_dsi.c - Make encoder type as DRM_MODE_ENCODER_DSI. - A few cleanup. v2: - Remove abtraction layer. Signed-off-by: Xinliang Liu <xinliang.liu@linaro.org> Signed-off-by: Xinwei Kong <kong.kongxinwei@hisilicon.com> Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'drivers/gpu/drm/hisilicon/kirin/Kconfig')
-rw-r--r--drivers/gpu/drm/hisilicon/kirin/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpu/drm/hisilicon/kirin/Kconfig b/drivers/gpu/drm/hisilicon/kirin/Kconfig
index a45bf54eb080..ea0df6115f7e 100644
--- a/drivers/gpu/drm/hisilicon/kirin/Kconfig
+++ b/drivers/gpu/drm/hisilicon/kirin/Kconfig
@@ -7,3 +7,12 @@ config DRM_HISI_KIRIN
help
Choose this option if you have a hisilicon Kirin chipsets(hi6220).
If M is selected the module will be called kirin-drm.
+
+config HISI_KIRIN_DW_DSI
+ tristate "HiSilicon Kirin specific extensions for Synopsys DW MIPI DSI"
+ depends on DRM_HISI_KIRIN
+ select DRM_MIPI_DSI
+ help
+ This selects support for HiSilicon Kirin SoC specific extensions for
+ the Synopsys DesignWare DSI driver. If you want to enable MIPI DSI on
+ hi6220 based SoC, you should selet this option.