539f39f823
Rename DRM driver kirin960 to kirin9xx to be compatible with hikey960 and hikey970. Signed-off-by: Xiubin Zhang <zhangxiubin1@huawei.com>
53 lines
1.7 KiB
Plaintext
53 lines
1.7 KiB
Plaintext
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 DRM_KIRIN_960
|
|
tristate "DRM Support for Hisilicon Kirin960 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(kirin960).
|
|
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 || DRM_KIRIN_960
|
|
select DRM_MIPI_DSI
|
|
select DRM_PANEL
|
|
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.
|
|
|
|
config DRM_PANEL_HIKEY960_NTE300NTS
|
|
tristate "Hikey960 NTE300NTS video mode panel"
|
|
depends on OF
|
|
depends on DRM_MIPI_DSI
|
|
help
|
|
Say Y here if you want to enable LCD panel driver for Hikey960 boadr.
|
|
Current support panel: NTE300NTS(1920X1200)
|
|
|
|
config HISI_FB_970
|
|
tristate "DRM Support for Hisilicon Kirin970 series SoCs Platform"
|
|
depends on DRM && OF && ARM64
|
|
depends on DRM_MIPI_DSI
|
|
help
|
|
Choose this option if you have a hisilicon Kirin chipsets(kirin970).
|
|
If M is selected the module will be called kirin-drm.
|
|
|
|
config HDMI_ADV7511_AUDIO
|
|
tristate "HDMI Support ADV7511 audio"
|
|
help
|
|
Choose this option to support HDMI ADV7511 audio.
|