1config BR2_PACKAGE_LIBIEC61850 2 bool "libiec61850" 3 depends on BR2_INSTALL_LIBSTDCPP 4 depends on BR2_TOOLCHAIN_HAS_THREADS 5 depends on !BR2_STATIC_LIBS 6 help 7 IEC 61850 is an international standard for 8 communication systems in Substation Automation Systems 9 (SAS) and management of Decentralized Energy Resources 10 (DER). It is seen as one of the communication standards 11 of the emerging Smart Grid. 12 13 The project libIEC61850 provides a server and client 14 library for the IEC 61850/MMS, IEC 61850/GOOSE and IEC 15 61850-9-2/Sampled Values communication protocols 16 written in C. It is available under the GPLv3 license. 17 18 http://libiec61850.com 19 20comment "libiec61850 needs a toolchain w/ C++, threads, dynamic library" 21 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS 22