public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] drm/imagination: DRM_POWERVR should depend on ARCH_K3
@ 2023-11-28 18:29 Geert Uytterhoeven
  2023-11-28 19:03 ` Javier Martinez Canillas
  2023-12-01  6:13 ` Nishanth Menon
  0 siblings, 2 replies; 16+ messages in thread
From: Geert Uytterhoeven @ 2023-11-28 18:29 UTC (permalink / raw)
  To: Frank Binns, Donald Robson, Matt Coster, Maarten Lankhorst,
	Maxime Ripard, Thomas Zimmermann, David Airlie, Daniel Vetter,
	Sarah Walker
  Cc: Nishanth Menon, Vignesh Raghavendra, Tero Kristo, dri-devel,
	linux-arm-kernel, linux-kernel, Geert Uytterhoeven

The Imagination Technologies PowerVR Series 6 GPU is currently only
supported on Texas Instruments K3 AM62x SoCs.  Hence add a dependency on
ARCH_K3, to prevent asking the user about this driver when configuring a
kernel without Texas Instruments K3 Multicore SoC support.

Fixes: 4babef0708656c54 ("drm/imagination: Add skeleton PowerVR driver")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/gpu/drm/imagination/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/imagination/Kconfig b/drivers/gpu/drm/imagination/Kconfig
index 3bfa2ac212dccb73..af492dbd9afd4ed9 100644
--- a/drivers/gpu/drm/imagination/Kconfig
+++ b/drivers/gpu/drm/imagination/Kconfig
@@ -6,6 +6,7 @@ config DRM_POWERVR
 	depends on ARM64
 	depends on DRM
 	depends on PM
+	depends on ARCH_K3 || COMPILE_TEST
 	select DRM_EXEC
 	select DRM_GEM_SHMEM_HELPER
 	select DRM_SCHED
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-12-01  6:14 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-28 18:29 [PATCH] drm/imagination: DRM_POWERVR should depend on ARCH_K3 Geert Uytterhoeven
2023-11-28 19:03 ` Javier Martinez Canillas
2023-11-28 19:16   ` Geert Uytterhoeven
2023-11-28 19:26     ` Javier Martinez Canillas
2023-11-29  8:35     ` Maxime Ripard
2023-11-29  8:45       ` Javier Martinez Canillas
2023-11-29  8:58       ` Geert Uytterhoeven
2023-11-29  9:13         ` Javier Martinez Canillas
2023-11-29 10:03           ` Geert Uytterhoeven
2023-11-29  9:22         ` Maxime Ripard
2023-11-29 10:10           ` Geert Uytterhoeven
2023-11-29 10:49             ` Maxime Ripard
2023-11-29 11:08               ` Geert Uytterhoeven
2023-11-29 11:34                 ` Maxime Ripard
2023-11-29 12:25                   ` Geert Uytterhoeven
2023-12-01  6:13 ` Nishanth Menon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox