Config.in 945 B

12345678910111213141516171819202122232425
  1. comment "fmc needs a toolchain w/ C++"
  2. depends on BR2_powerpc_e500mc || BR2_powerpc_e6500
  3. depends on !BR2_INSTALL_LIBSTDCPP
  4. comment "fmc needs a Linux kernel to be built"
  5. depends on BR2_powerpc_e500mc || BR2_powerpc_e6500
  6. depends on !BR2_LINUX_KERNEL
  7. config BR2_PACKAGE_FMC
  8. bool "fmc"
  9. depends on BR2_powerpc_e500mc || BR2_powerpc_e6500
  10. depends on BR2_INSTALL_LIBSTDCPP
  11. depends on BR2_LINUX_KERNEL # fmlib
  12. select BR2_PACKAGE_TCLAP
  13. select BR2_PACKAGE_LIBXML2
  14. select BR2_PACKAGE_FMLIB
  15. help
  16. The Frame Manager Configuration tool is Freescale PowerPC
  17. platform software package whose primary purpose is converting
  18. Parse-Classify-Police-Distribute (PCD) descriptions of network
  19. packets flow into hardware configuration. The tool provides an
  20. abstraction layer between the end customer's vision of the PCD
  21. task definition and real hardware implementation.
  22. http://cache.freescale.com/files/32bit/doc/app_note/AN4760.pdf