xref: /OK3568_Linux_fs/buildroot/package/faifa/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_FAIFA
2*4882a593Smuzhiyun	bool "faifa"
3*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
5*4882a593Smuzhiyun	select BR2_PACKAGE_LIBPCAP
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  Faifa can configure any Intellon-based Power Line
8*4882a593Smuzhiyun	  Communication device using Intellon INT5000 and INT6000
9*4882a593Smuzhiyun	  series chips (6000 and 6300 chips). It supports all
10*4882a593Smuzhiyun	  Intellon-specific management and control frames as well as
11*4882a593Smuzhiyun	  standard management frames.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  https://github.com/ffainelli/faifa
14*4882a593Smuzhiyun
15*4882a593Smuzhiyuncomment "faifa needs a toolchain w/ dynamic library, threads"
16*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
17