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