summaryrefslogtreecommitdiffstats
path: root/package/schifra/Config.in
diff options
context:
space:
mode:
authorSimon Dawson <spdawson@gmail.com>2012-08-23 23:39:54 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-09-10 10:45:19 +0200
commit48a68499d17a730fdf83934f5e9032eb373c596d (patch)
treea2c4e34a9caeea9aaa8c637c03c6f1b3914ddd56 /package/schifra/Config.in
parentb9e89b340e27daff98faa430082cbe1a871dfb6f (diff)
downloadbuildroot-novena-48a68499d17a730fdf83934f5e9032eb373c596d.tar.gz
buildroot-novena-48a68499d17a730fdf83934f5e9032eb373c596d.zip
schifra: new package
[Peter: minor fixes/cleanups] Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/schifra/Config.in')
-rw-r--r--package/schifra/Config.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/schifra/Config.in b/package/schifra/Config.in
new file mode 100644
index 000000000..466ac0e9e
--- /dev/null
+++ b/package/schifra/Config.in
@@ -0,0 +1,18 @@
+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/
+
+config BR2_PACKAGE_SCHIFRA_EXAMPLES
+ bool "schifra examples"
+ depends on BR2_PACKAGE_SCHIFRA
+ help
+ Build and install the schifra example applications.
+
+comment "schifra requires a toolchain with C++ support enabled"
+ depends on !BR2_INSTALL_LIBSTDCPP