2012-08-24 01:39:54 +02:00
|
|
|
config BR2_PACKAGE_SCHIFRA
|
|
|
|
bool "schifra"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
Schifra is a very robust, highly optimized and extremely configurable
|
|
|
|
Reed-Solomon error correcting code library for both software and IP
|
|
|
|
core based applications with implementations in C++ and VHDL.
|
|
|
|
|
|
|
|
http://www.schifra.com/
|
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_SCHIFRA
|
|
|
|
|
2012-08-24 01:39:54 +02:00
|
|
|
config BR2_PACKAGE_SCHIFRA_EXAMPLES
|
|
|
|
bool "schifra examples"
|
|
|
|
help
|
|
|
|
Build and install the schifra example applications.
|
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
endif
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "schifra needs a toolchain w/ C++"
|
2012-08-24 01:39:54 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|