forked from Minki/linux
f819b0d4a9
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>
19 lines
674 B
Plaintext
19 lines
674 B
Plaintext
config DRM_HISI_KIRIN
|
|
tristate "DRM Support for Hisilicon Kirin series SoCs Platform"
|
|
depends on DRM && OF && ARM64
|
|
select DRM_KMS_HELPER
|
|
select DRM_GEM_CMA_HELPER
|
|
select DRM_KMS_CMA_HELPER
|
|
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.
|