xref: /OK3568_Linux_fs/buildroot/package/freescale-imx/libz160/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBZ160
2*4882a593Smuzhiyun	bool "libz160"
3*4882a593Smuzhiyun	depends on BR2_ARM_EABI
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_USES_GLIBC
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  An API for user space programs to perform 2D accelerated
7*4882a593Smuzhiyun	  graphics operations on AMD GPU (included for examples in
8*4882a593Smuzhiyun	  iMX5x chipsets)
9*4882a593Smuzhiyun
10*4882a593Smuzhiyuncomment "libz160 needs an EABI toolchain w/ glibc"
11*4882a593Smuzhiyun	depends on !BR2_ARM_EABI || !BR2_TOOLCHAIN_USES_GLIBC
12