mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 11:45:13 +07:00
4092de1ba3
We haven't done any backmerge for a while due to the merge window, and it starts to become an issue for komeda. Let's bring 5.4-rc1 in. Signed-off-by: Maxime Ripard <mripard@kernel.org>
12 lines
359 B
Plaintext
12 lines
359 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config DRM_HISI_HIBMC
|
|
tristate "DRM Support for Hisilicon Hibmc"
|
|
depends on DRM && PCI && MMU && ARM64
|
|
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.
|