xref: /OK3568_Linux_fs/buildroot/package/norm/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyuncomment "norm needs a toolchain w/ C++, threads, dynamic library"
2*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
3*4882a593Smuzhiyun		!BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun
5*4882a593Smuzhiyunconfig BR2_PACKAGE_NORM
6*4882a593Smuzhiyun	bool "norm"
7*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
8*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
9*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
10*4882a593Smuzhiyun	help
11*4882a593Smuzhiyun	  The NORM protocol is designed to provide end-to-end reliable
12*4882a593Smuzhiyun	  transport of bulk data objects or streams over generic IP
13*4882a593Smuzhiyun	  multicast routing and forwarding services.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  http://www.nrl.navy.mil/itd/ncs/products/norm
16