summaryrefslogtreecommitdiffstats
path: root/package/sunxi-mali-mainline/Config.in
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2019-09-16 16:06:08 -0500
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-09-27 15:57:23 -0500
commit398a4b85d4374a35f580db998b854261a5a7db74 (patch)
tree9464d1f07b64b6357c08b923e7fb4ba1ff4bf7cd /package/sunxi-mali-mainline/Config.in
parentef2bf42027bd0bce7691bbdf9d2e7e67ef68fa79 (diff)
downloadbuildroot-2019.02-op-build.tar.gz
buildroot-2019.02-op-build.zip
Initial pass at removing binary-only, unlicensed, and proprietary packages from buildroot tree2019.02-op-build
Note that DAHDI is only being removed due to poor packaging -- it does not require binary firmware on some cards, but the buildroot packaging for it unconditionally pulls in binary-only firmware regardless.
Diffstat (limited to 'package/sunxi-mali-mainline/Config.in')
-rw-r--r--package/sunxi-mali-mainline/Config.in42
1 files changed, 0 insertions, 42 deletions
diff --git a/package/sunxi-mali-mainline/Config.in b/package/sunxi-mali-mainline/Config.in
deleted file mode 100644
index a2fb95bd79..0000000000
--- a/package/sunxi-mali-mainline/Config.in
+++ /dev/null
@@ -1,42 +0,0 @@
-config BR2_PACKAGE_SUNXI_MALI_MAINLINE
- bool "sunxi-mali-mainline"
- depends on BR2_aarch64 || (BR2_ARM_EABIHF && BR2_arm)
- depends on BR2_TOOLCHAIN_USES_GLIBC
- select BR2_PACKAGE_HAS_LIBEGL
- select BR2_PACKAGE_HAS_LIBGLES
- help
- Install userspace Allwinner OpenGL libraries.
-
- https://github.com/bootlin/mali-blobs
-
-if BR2_PACKAGE_SUNXI_MALI_MAINLINE
-
-config BR2_PACKAGE_PROVIDES_LIBEGL
- default "sunxi-mali-mainline"
-
-config BR2_PACKAGE_PROVIDES_LIBGLES
- default "sunxi-mali-mainline"
-
-choice
- prompt "Version"
- default BR2_PACKAGE_SUNXI_MALI_MAINLINE_R6P2
- help
- Select the version of the userspace module.
-
-config BR2_PACKAGE_SUNXI_MALI_MAINLINE_R6P2
- bool "r6p2"
-config BR2_PACKAGE_SUNXI_MALI_MAINLINE_R8P1
- bool "r8p1"
-
-endchoice
-
-config BR2_PACKAGE_SUNXI_MALI_MAINLINE_REVISION
- string
- default "r6p2" if BR2_PACKAGE_SUNXI_MALI_MAINLINE_R6P2
- default "r8p1" if BR2_PACKAGE_SUNXI_MALI_MAINLINE_R8P1
-
-endif
-
-comment "sunxi-mali needs an EABIhf glibc toolchain"
- depends on BR2_arm
- depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_ARM_EABIHF
OpenPOWER on IntegriCloud