Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd4b77e8 authored by Lucas Stach's avatar Lucas Stach
Browse files

drm/etnaviv: don't restrict to certain architectures



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: default avatarLucas Stach <l.stach@pengutronix.de>
Acked-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent f8261c37
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,6 @@
config DRM_ETNAVIV
config DRM_ETNAVIV
	tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
	tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
	depends on DRM
	depends on DRM
	depends on ARCH_MXC || ARCH_DOVE || ARM || COMPILE_TEST
	depends on MMU
	depends on MMU
	select SHMEM
	select SHMEM
	select SYNC_FILE
	select SYNC_FILE