mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
feeb07d0ca
Hisilicon developed hibmc_drm for their arm64 based soc and did not intend for this driver to be used on any other architecture than arm64. Using it on amd64 leads to incorrect video modes being used, making the screen unreadable, forcing users to manually blacklist the module on the kernel command line to use the d-i server installer or any graphical sessions. Make CONFIG_DRM_HISI_HIBMC firmly depend on ARM64 to ensure it is not built for other architectures. Signed-off-by: Matthew Ruffell <matthew.ruffell@canonical.com> Signed-off-by: Xinliang Liu <z.liuxinliang@hisilicon.com>
11 lines
321 B
Plaintext
11 lines
321 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
|
|
|
|
help
|
|
Choose this option if you have a Hisilicon Hibmc soc chipset.
|
|
If M is selected the module will be called hibmc-drm.
|