xref: /OK3568_Linux_fs/buildroot/package/freescale-imx/imx-gpu-g2d/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyuncomment "imx-gpu-g2d needs a glibc toolchain with armhf enabled"
2*4882a593Smuzhiyun	depends on BR2_arm
3*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_ARM_EABIHF
4*4882a593Smuzhiyun
5*4882a593Smuzhiyuncomment "imx-gpu-g2d needs a glibc toolchain"
6*4882a593Smuzhiyun	depends on BR2_aarch64
7*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_USES_GLIBC
8*4882a593Smuzhiyun
9*4882a593Smuzhiyunconfig BR2_PACKAGE_IMX_GPU_G2D
10*4882a593Smuzhiyun	bool "imx-gpu-g2d"
11*4882a593Smuzhiyun	# Pre-built binaries only available for ARM EABIhf
12*4882a593Smuzhiyun	depends on (BR2_arm && BR2_ARM_EABIHF) || BR2_aarch64
13*4882a593Smuzhiyun	# Library binaries are linked against libc.so.6
14*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_USES_GLIBC
15*4882a593Smuzhiyun	select BR2_PACKAGE_IMX_GPU_VIV
16*4882a593Smuzhiyun	help
17*4882a593Smuzhiyun	  Userspace 2D libraries for Vivante GPU on i.MX platforms.
18*4882a593Smuzhiyun
19*4882a593Smuzhiyun	  This library is provided by NXP as-is and doesn't have an
20*4882a593Smuzhiyun	  upstream.
21*4882a593Smuzhiyun
22*4882a593Smuzhiyunif BR2_PACKAGE_IMX_GPU_G2D
23*4882a593Smuzhiyun
24*4882a593Smuzhiyunconfig BR2_PACKAGE_IMX_GPU_G2D_EXAMPLES
25*4882a593Smuzhiyun	bool "install examples"
26*4882a593Smuzhiyun	help
27*4882a593Smuzhiyun	  Copy the Vivante G2D examples to the target.
28*4882a593Smuzhiyun
29*4882a593Smuzhiyunendif
30