Skip to content

Commit fd4b77e

Browse files
committed
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: Lucas Stach <l.stach@pengutronix.de> Acked-by: Sam Ravnborg <sam@ravnborg.org>
1 parent f8261c3 commit fd4b77e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/etnaviv/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
config DRM_ETNAVIV
33
tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
44
depends on DRM
5-
depends on ARCH_MXC || ARCH_DOVE || ARM || COMPILE_TEST
65
depends on MMU
76
select SHMEM
87
select SYNC_FILE

0 commit comments

Comments
 (0)