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