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