Merge branch 'drm-next-4.7' of git://people.freedesktop.org/~agd5f/linux into drm...
[linux-2.6-block.git] / drivers / gpu / drm / hisilicon / kirin / Kconfig
CommitLineData
23e7b2ab
XL
1config DRM_HISI_KIRIN
2 tristate "DRM Support for Hisilicon Kirin series SoCs Platform"
3 depends on DRM && OF && ARM64
4 select DRM_KMS_HELPER
5 select DRM_GEM_CMA_HELPER
6 select DRM_KMS_CMA_HELPER
7 help
8 Choose this option if you have a hisilicon Kirin chipsets(hi6220).
9 If M is selected the module will be called kirin-drm.
f819b0d4
XL
10
11config HISI_KIRIN_DW_DSI
12 tristate "HiSilicon Kirin specific extensions for Synopsys DW MIPI DSI"
13 depends on DRM_HISI_KIRIN
14 select DRM_MIPI_DSI
15 help
16 This selects support for HiSilicon Kirin SoC specific extensions for
17 the Synopsys DesignWare DSI driver. If you want to enable MIPI DSI on
18 hi6220 based SoC, you should selet this option.