projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
623b1e4
)
drm/mediatek: Drop dependency on ARM
author
Chen-Yu Tsai
<wenst@chromium.org>
Tue, 29 Oct 2024 11:13:07 +0000
(19:13 +0800)
committer
Chen-Yu Tsai
<wenst@chromium.org>
Fri, 1 Nov 2024 03:52:06 +0000
(11:52 +0800)
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:
d2db0b8fd70b
("drm/mediatek: Allow build with COMPILE_TEST=y")
Reviewed-by: CK Hu <ck.hu@mediatek.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20241029111309.737263-1-wenst@chromium.org
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
drivers/gpu/drm/mediatek/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/mediatek/Kconfig
b/drivers/gpu/drm/mediatek/Kconfig
index
2e0e7c4
..
f496e6c
100644
(file)
--- a/
drivers/gpu/drm/mediatek/Kconfig
+++ b/
drivers/gpu/drm/mediatek/Kconfig
@@
-2,7
+2,7
@@
config DRM_MEDIATEK
tristate "DRM Support for Mediatek SoCs"
depends on DRM
- depends on
(ARCH_MEDIATEK && ARM)
|| COMPILE_TEST
+ depends on
ARCH_MEDIATEK
|| COMPILE_TEST
depends on COMMON_CLK
depends on HAVE_ARM_SMCCC || COMPILE_TEST
depends on OF