Build etnaviv on non-ARM architectures

I wanted to test-compile etnaviv on x86 after making a tree-wide change
to it.  Unfortunately, Kconfig has a bad dependency, so I couldn't.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
This commit is contained in:
Matthew Wilcox 2019-01-08 12:43:56 -08:00 committed by Lucas Stach
parent bb8e82b64b
commit a20ca6744b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
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 ARCH_MXC || ARCH_DOVE || ARM || COMPILE_TEST
depends on MMU
select SHMEM
select SYNC_FILE