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