Skip to content

Commit 89115ae

Browse files
committed
drm/mediatek: Drop dependency on ARM
The recent attempt to make the MediaTek DRM driver build for non-ARM compile tests made the driver unbuildable for arm64 platforms. Since this is used on both ARM and arm64 platforms, just drop the dependency on ARM. Fixes: d2db0b8 ("drm/mediatek: Allow build with COMPILE_TEST=y") Reviewed-by: CK Hu <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Chen-Yu Tsai <[email protected]>
1 parent 623b1e4 commit 89115ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/mediatek/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
config DRM_MEDIATEK
33
tristate "DRM Support for Mediatek SoCs"
44
depends on DRM
5-
depends on (ARCH_MEDIATEK && ARM) || COMPILE_TEST
5+
depends on ARCH_MEDIATEK || COMPILE_TEST
66
depends on COMMON_CLK
77
depends on HAVE_ARM_SMCCC || COMPILE_TEST
88
depends on OF

0 commit comments

Comments
 (0)