brintos

brintos / linux-shallow public Read only

0
0
Text · 381 B · 0772f79 Raw
12 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DRM_HISI_KIRIN3	tristate "DRM Support for Hisilicon Kirin series SoCs Platform"4	depends on DRM && OF && (ARM64 || COMPILE_TEST)5	select DRM_KMS_HELPER6	select DRM_GEM_DMA_HELPER7	select DRM_MIPI_DSI8	help9	  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