drm/etnaviv: don't restrict to certain architectures
authorLucas Stach <l.stach@pengutronix.de>
Tue, 15 Jan 2019 08:53:22 +0000 (09:53 +0100)
committerLucas Stach <l.stach@pengutronix.de>
Thu, 17 Jan 2019 16:30:48 +0000 (17:30 +0100)
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>
drivers/gpu/drm/etnaviv/Kconfig

index 342591a..21df44b 100644 (file)
@@ -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