2022-04-02 18:12:00 +05:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config DRM_HISI_HIBMC
|
|
|
|
tristate "DRM Support for Hisilicon Hibmc"
|
2022-05-12 10:47:00 -07:00
|
|
|
depends on DRM && PCI && (ARM64 || COMPILE_TEST)
|
2022-04-02 18:12:00 +05:00
|
|
|
select DRM_KMS_HELPER
|
|
|
|
select DRM_VRAM_HELPER
|
|
|
|
select DRM_TTM
|
|
|
|
select DRM_TTM_HELPER
|
|
|
|
help
|
|
|
|
Choose this option if you have a Hisilicon Hibmc soc chipset.
|
|
|
|
If M is selected the module will be called hibmc-drm.
|