xref: /OK3568_Linux_fs/buildroot/package/on2-8170-libs/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_ON2_8170_LIBS
2*4882a593Smuzhiyun	bool "on2-8170-libs"
3*4882a593Smuzhiyun	#This is a binary only package which has been compiled for glibc
4*4882a593Smuzhiyun	depends on BR2_arm926t
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_USES_GLIBC
6*4882a593Smuzhiyun	depends on BR2_LINUX_KERNEL # on2-8170-modules
7*4882a593Smuzhiyun	select BR2_PACKAGE_ON2_8170_MODULES # runtime
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  Libraries for Hantro X170 video decoder
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuncomment "on2-8170-libs needs a glibc toolchain and a Linux kernel to be built"
14*4882a593Smuzhiyun	depends on BR2_arm926t
15*4882a593Smuzhiyun	depends on !BR2_LINUX_KERNEL || !BR2_TOOLCHAIN_USES_GLIBC
16