Skip to content

Commit 44cff6c

Browse files
author
Thomas Zimmermann
committed
drm/hibmc: Drop dependency on ARM64
There exists x86-based hardware with HiSilicon BMC chipsets. This driver works well on these systems. Drop the dependency on ARM64. Tested on RH1288 V3. v2: - s/Aarch86/ARM64 (Sui) Signed-off-by: Thomas Zimmermann <[email protected]> Reviewed-by: Sui Jingfeng <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 5807f4e commit 44cff6c

File tree

1 file changed

+1
-1
lines changed
  • drivers/gpu/drm/hisilicon/hibmc

1 file changed

+1
-1
lines changed

drivers/gpu/drm/hisilicon/hibmc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
config DRM_HISI_HIBMC
33
tristate "DRM Support for Hisilicon Hibmc"
4-
depends on DRM && PCI && (ARM64 || COMPILE_TEST)
4+
depends on DRM && PCI
55
depends on MMU
66
select DRM_CLIENT_SELECTION
77
select DRM_KMS_HELPER

0 commit comments

Comments
 (0)