dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/etnaviv: don't restrict to certain architectures
@ 2019-01-16 15:27 Lucas Stach
  2019-01-16 16:38 ` Sam Ravnborg
  2019-01-21 16:55 ` Uwe Kleine-König
  0 siblings, 2 replies; 3+ messages in thread
From: Lucas Stach @ 2019-01-16 15:27 UTC (permalink / raw)
  To: etnaviv; +Cc: dri-devel, patchwork-lst, kernel, Russell King, Eugeniy Paltsev

The Vivante GPU cores are found in many different SoCs and the driver
does not depend on anything architecture specific, so just drop the
architecture restriction.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 drivers/gpu/drm/etnaviv/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/etnaviv/Kconfig b/drivers/gpu/drm/etnaviv/Kconfig
index 041a77e400d4..21df44b78df3 100644
--- a/drivers/gpu/drm/etnaviv/Kconfig
+++ b/drivers/gpu/drm/etnaviv/Kconfig
@@ -2,7 +2,6 @@
 config DRM_ETNAVIV
 	tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
 	depends on DRM
-	depends on ARCH_MXC || ARCH_DOVE || (ARM && COMPILE_TEST)
 	depends on MMU
 	select SHMEM
 	select SYNC_FILE
-- 
2.20.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2019-01-21 16:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-16 15:27 [PATCH] drm/etnaviv: don't restrict to certain architectures Lucas Stach
2019-01-16 16:38 ` Sam Ravnborg
2019-01-21 16:55 ` Uwe Kleine-König

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