Commit a20ca674 authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Lucas Stach

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: default avatarMatthew Wilcox <willy@infradead.org>
Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
parent bb8e82b6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment