summaryrefslogtreecommitdiffstats
path: root/package/odroid-mali/Config.in
blob: 2cd8e0d3e6ce052df060c4ecfd11e4c00144469c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
config BR2_PACKAGE_ODROID_MALI
	bool "odroid-mali"
	select BR2_PACKAGE_HAS_LIBEGL
	select BR2_PACKAGE_HAS_LIBGLES
	select BR2_PACKAGE_ODROID_SCRIPTS # runtime
	depends on BR2_TOOLCHAIN_USES_GLIBC
	depends on BR2_aarch64 || BR2_ARM_EABIHF
	help
	  Install the ARM Mali drivers for odroidc2 based systems.

	  https://github.com/mdrjr/c2_mali

if BR2_PACKAGE_ODROID_MALI

config BR2_PACKAGE_PROVIDES_LIBEGL
	default "odroid-mali"

config BR2_PACKAGE_PROVIDES_LIBGLES
	default "odroid-mali"

endif

comment "odroid-mali needs a glibc toolchain"
	depends on BR2_aarch64 || BR2_ARM_EABIHF
	depends on !BR2_TOOLCHAIN_USES_GLIBC
OpenPOWER on IntegriCloud