summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Brodkin <alexey.brodkin@gmail.com>2017-10-21 23:49:10 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-10-21 23:09:05 +0200
commitd4e234e2d396becfd9ba29ab541d19737ebe7c2d (patch)
tree1813654c6e2b0c06324622fa9e427f8f0a437ff0
parent209f42fd3a5f4357e22fb72f1597a6868566aabd (diff)
downloadbuildroot-d4e234e2d396becfd9ba29ab541d19737ebe7c2d.tar.gz
buildroot-d4e234e2d396becfd9ba29ab541d19737ebe7c2d.zip
mesa3d: make Etnaviv arch-independent
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>
-rw-r--r--package/mesa3d/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
index dd5d0d4385..9249b1d71a 100644
--- a/package/mesa3d/Config.in
+++ b/package/mesa3d/Config.in
@@ -56,7 +56,6 @@ comment "Gallium drivers"
config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_ETNAVIV
bool "Gallium Etnaviv driver"
- depends on BR2_arm
select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
select BR2_PACKAGE_LIBDRM_ETNAVIV
select BR2_PACKAGE_MESA3D_OPENGL_EGL
OpenPOWER on IntegriCloud