xref: /OK3568_Linux_fs/buildroot/package/openpgm/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_OPENPGM
2*4882a593Smuzhiyun	bool "openpgm"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_2
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
6*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  OpenPGM is an open source implementation of the Pragmatic
9*4882a593Smuzhiyun	  General Multicast (PGM) specification in RFC 3208 available at
10*4882a593Smuzhiyun	  www.ietf.org. PGM is a reliable and scalable multicast
11*4882a593Smuzhiyun	  protocol that enables receivers to detect loss, request
12*4882a593Smuzhiyun	  retransmission of lost data, or notify an application of
13*4882a593Smuzhiyun	  unrecoverable loss.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  https://github.com/steve-o/openpgm/
16*4882a593Smuzhiyun
17*4882a593Smuzhiyuncomment "openpgm needs a toolchain w/ wchar, threads"
18*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_2
19*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
20*4882a593Smuzhiyun	depends on !(BR2_TOOLCHAIN_HAS_THREADS && BR2_USE_WCHAR)
21