hc
2023-11-20 69d6da3c1c63675524a25e7dc92a4f43c4164cef
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
   select HISI_KIRIN_DW_DSI
   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.