]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - drivers/gpu/drm/hisilicon/kirin/Kconfig
Merge tag 'pwm/for-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[mirror_ubuntu-hirsute-kernel.git] / drivers / gpu / drm / hisilicon / kirin / Kconfig
1 config 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 select HISI_KIRIN_DW_DSI
8 help
9 Choose this option if you have a hisilicon Kirin chipsets(hi6220).
10 If M is selected the module will be called kirin-drm.
11
12 config HISI_KIRIN_DW_DSI
13 tristate "HiSilicon Kirin specific extensions for Synopsys DW MIPI DSI"
14 depends on DRM_HISI_KIRIN
15 select DRM_MIPI_DSI
16 help
17 This selects support for HiSilicon Kirin SoC specific extensions for
18 the Synopsys DesignWare DSI driver. If you want to enable MIPI DSI on
19 hi6220 based SoC, you should selet this option.