1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_HISI_KIRIN
3	tristate "DRM Support for Hisilicon Kirin series SoCs Platform"
4	depends on DRM && OF && ARM64
5	select DRM_KMS_HELPER
6	select DRM_GEM_CMA_HELPER
7	select DRM_KMS_CMA_HELPER
8	select HISI_KIRIN_DW_DSI
9	help
10	  Choose this option if you have a hisilicon Kirin chipsets(hi6220).
11	  If M is selected the module will be called kirin-drm.
12
13config HISI_KIRIN_DW_DSI
14	tristate "HiSilicon Kirin specific extensions for Synopsys DW MIPI DSI"
15	depends on DRM_HISI_KIRIN
16	select DRM_MIPI_DSI
17	help
18	 This selects support for HiSilicon Kirin SoC specific extensions for
19	 the Synopsys DesignWare DSI driver. If you want to enable MIPI DSI on
20	 hi6220 based SoC, you should selet this option.
21