libdrm: make Etnaviv arch-independent
authorAlexey Brodkin <alexey.brodkin@gmail.com>
Sat, 21 Oct 2017 20:49:11 +0000 (23:49 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 21 Oct 2017 21:09:13 +0000 (23:09 +0200)
Vivante GPU could be a part of SoC along with any CPU architecture
thus get rid of nonsense dependency.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libdrm/Config.in

index e48246ad785e2c5bb098da8a7023e41b5d4f272f..581f9219689aac6b9e79a5f15489466fe9dd8bb2 100644 (file)
@@ -64,7 +64,6 @@ config BR2_PACKAGE_LIBDRM_OMAP
 
 config BR2_PACKAGE_LIBDRM_ETNAVIV
        bool "etnaviv (experimental)"
-       depends on BR2_arm
        depends on BR2_PACKAGE_LIBDRM_HAS_ATOMIC
        select BR2_PACKAGE_LIBDRM_ENABLE_ATOMIC
        help