]> git.baikalelectronics.ru Git - kernel.git/commit
drm/hisilicon/hibmc: Make CONFIG_DRM_HISI_HIBMC depend on ARM64
authorMatthew Ruffell <matthew.ruffell@canonical.com>
Thu, 15 Aug 2019 04:26:40 +0000 (16:26 +1200)
committerXinliang Liu <z.liuxinliang@hisilicon.com>
Mon, 26 Aug 2019 07:21:34 +0000 (15:21 +0800)
commit081cb862ed86a02eda0935ed6f5650f2f13747b3
treee036b28e78dd77a0c167ba2d910518579d759fd5
parent572c9c940519c8c2e9b7db037e852fa183541663
drm/hisilicon/hibmc: Make CONFIG_DRM_HISI_HIBMC depend on ARM64

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>
drivers/gpu/drm/hisilicon/hibmc/Kconfig