Am Donnerstag, den 26.01.2017, 23:56 +0100 schrieb Noralf Trønnes:
> Make it possible to compile test the driver on other platforms.
> 
> Cc: l.st...@pengutronix.de
> Cc: linux+etna...@armlinux.org.uk
> Cc: christian.gmei...@gmail.com
> Signed-off-by: Noralf Trønnes <nor...@tronnes.org>

I'm not sure we are pulling in all dependencies on other platforms, but
as I have no good way to check right now, lets go with the patch and see
if anything blows up:

Acked-by: Lucas Stach <l.st...@pengutronix.de>

> ---
>  drivers/gpu/drm/etnaviv/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/etnaviv/Kconfig b/drivers/gpu/drm/etnaviv/Kconfig
> index 656c061..cc1731c 100644
> --- a/drivers/gpu/drm/etnaviv/Kconfig
> +++ b/drivers/gpu/drm/etnaviv/Kconfig
> @@ -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
> +     depends on ARCH_MXC || ARCH_DOVE || (ARM && COMPILE_TEST)
>       depends on MMU
>       select SHMEM
>       select TMPFS


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to