2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-10-09 10:00:56 +00:00
|
|
|
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
|
2019-08-20 23:06:03 +00:00
|
|
|
select DRM_MIPI_DSI
|
2015-10-09 10:00:56 +00:00
|
|
|
help
|
|
|
|
Choose this option if you have a hisilicon Kirin chipsets(hi6220).
|
|
|
|
If M is selected the module will be called kirin-drm.
|
2015-11-23 01:32:26 +00:00
|
|
|
|