2014-05-28 15:39:06 +02:00
|
|
|
config BR2_PACKAGE_FAIFA
|
|
|
|
bool "faifa"
|
|
|
|
select BR2_PACKAGE_LIBPCAP
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2014-06-22 14:27:45 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2014-05-28 15:39:06 +02:00
|
|
|
help
|
|
|
|
Faifa can configure any Intellon-based Power Line
|
|
|
|
Communication device using Intellon INT5000 and INT6000
|
|
|
|
series chips (6000 and 6300 chips). It supports all
|
|
|
|
Intellon-specific management and control frames as well as
|
|
|
|
standard management frames.
|
|
|
|
|
|
|
|
https://dev.open-plc.org
|
|
|
|
|
2014-06-22 14:27:45 +02:00
|
|
|
comment "faifa needs a toolchain w/ dynamic library, threads"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|