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