summaryrefslogtreecommitdiffstats
path: root/package/fmc/Config.in
diff options
context:
space:
mode:
authorMatt Weber <matthew.weber@rockwellcollins.com>2014-06-10 19:50:30 -0700
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-06-14 19:00:00 +0200
commitda686994469806dcb7239dee8aa9b06de57820e0 (patch)
tree10c9abaa8abe0dcdbfbed9f086d06450d4363dcf /package/fmc/Config.in
parent9da3b5d5f9f0fe3fede81178f0bfb3e8ec3f9cef (diff)
downloadbuildroot-da686994469806dcb7239dee8aa9b06de57820e0.tar.gz
buildroot-da686994469806dcb7239dee8aa9b06de57820e0.zip
fmc: new package
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/fmc/Config.in')
-rw-r--r--package/fmc/Config.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/package/fmc/Config.in b/package/fmc/Config.in
new file mode 100644
index 0000000000..35de28eda4
--- /dev/null
+++ b/package/fmc/Config.in
@@ -0,0 +1,19 @@
+comment "fmc needs a toolchain w/ C++"
+ depends on !BR2_INSTALL_LIBSTDCPP
+
+config BR2_PACKAGE_FMC
+ bool "fmc"
+ depends on BR2_powerpc_e500mc
+ depends on BR2_INSTALL_LIBSTDCPP
+ select BR2_PACKAGE_TCLAP
+ select BR2_PACKAGE_LIBXML2
+ select BR2_PACKAGE_FMLIB
+ help
+ The Frame Manager Configuration tool is Freescale PowerPC platform
+ software package whose primary purpose is converting
+ Parse-Classify-Police-Distribute (PCD) descriptions of network
+ packets flow into hardware configuration. The tool provides an
+ abstraction layer between the end customer's vision of the PCD task
+ definition and real hardware implementation.
+
+ http://cache.freescale.com/files/32bit/doc/app_note/AN4760.pdf
OpenPOWER on IntegriCloud