.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config DRM_HISI_KIRIN |
---|
2 | 3 | tristate "DRM Support for Hisilicon Kirin series SoCs Platform" |
---|
3 | 4 | depends on DRM && OF && ARM64 |
---|
4 | 5 | select DRM_KMS_HELPER |
---|
5 | 6 | select DRM_GEM_CMA_HELPER |
---|
6 | 7 | select DRM_KMS_CMA_HELPER |
---|
7 | | - select HISI_KIRIN_DW_DSI |
---|
| 8 | + select DRM_MIPI_DSI |
---|
| 9 | + select DRM_PANEL |
---|
8 | 10 | help |
---|
9 | | - Choose this option if you have a hisilicon Kirin chipsets(hi6220). |
---|
| 11 | + Choose this option if you have a hisilicon Kirin chipsets. |
---|
10 | 12 | If M is selected the module will be called kirin-drm. |
---|
11 | 13 | |
---|
12 | | -config HISI_KIRIN_DW_DSI |
---|
13 | | - tristate "HiSilicon Kirin specific extensions for Synopsys DW MIPI DSI" |
---|
| 14 | +if DRM_HISI_KIRIN |
---|
| 15 | +config DRM_HISI_KIRIN620 |
---|
| 16 | + bool "DRM Support for Hisilicon Kirin620 Platform" |
---|
| 17 | + default n |
---|
14 | 18 | depends on DRM_HISI_KIRIN |
---|
| 19 | + select DRM_KMS_HELPER |
---|
| 20 | + select DRM_GEM_CMA_HELPER |
---|
| 21 | + select DRM_KMS_CMA_HELPER |
---|
15 | 22 | select DRM_MIPI_DSI |
---|
| 23 | + select DRM_PANEL |
---|
16 | 24 | 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. |
---|
| 25 | + Choose this option if you have hisilicon Kirin Chipset(kirin620). |
---|
| 26 | + It includes kirin620 ade and dsi drivers. |
---|
| 27 | + If y is to build kirin620 drm into kirin drm drivers. |
---|
| 28 | + |
---|
| 29 | +config DRM_HISI_KIRIN960 |
---|
| 30 | + bool "DRM Support for Hisilicon Kirin960 Platform" |
---|
| 31 | + default n |
---|
| 32 | + depends on DRM_HISI_KIRIN |
---|
| 33 | + select DRM_KMS_HELPER |
---|
| 34 | + select DRM_GEM_CMA_HELPER |
---|
| 35 | + select DRM_KMS_CMA_HELPER |
---|
| 36 | + select DRM_MIPI_DSI |
---|
| 37 | + select DRM_PANEL |
---|
| 38 | + help |
---|
| 39 | + Choose this option if you have hisilicon Kirin Chipset(kirin960), such |
---|
| 40 | + as hikey board. It includes kirin620 dpe and dsi drivers. |
---|
| 41 | + If y is to build kirin960 drm into kirin drm drivers. |
---|
| 42 | +endif |
---|