Message ID | 20190716010956.27539-3-matthew.ruffell@canonical.com |
---|---|
State | New |
Headers | show |
Series | hibmc-drm Causes Unreadable Display for Huawei amd64 Servers | expand |
diff --git a/drivers/gpu/drm/hisilicon/hibmc/Kconfig b/drivers/gpu/drm/hisilicon/hibmc/Kconfig index 7cf8d38da8be..d0b3fd723152 100644 --- a/drivers/gpu/drm/hisilicon/hibmc/Kconfig +++ b/drivers/gpu/drm/hisilicon/hibmc/Kconfig @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only config DRM_HISI_HIBMC tristate "DRM Support for Hisilicon Hibmc" - depends on DRM && PCI && MMU + depends on DRM && PCI && MMU && ARM64 select DRM_KMS_HELPER select DRM_TTM
BugLink: https://bugs.launchpad.net/bugs/1762940 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 the screen being unreadable, forcing users to manually blacklist the module on the kernel command line to use the d-i server installer. 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> --- drivers/gpu/drm/hisilicon/hibmc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)