# # MEN Chameleon Bus ([31mCONFIG_MCB[0m) support # menuconfig [31mCONFIG_MCB[0m tristate "MCB support" default n depends on [31mCONFIG_HAS_IOMEM[0m help The [31mCONFIG_MCB[0m (MEN Chameleon Bus) is a Bus specific to MEN Mikroelektronik [31mCONFIG_FPGA[0m based devices. It is used to identify [31mCONFIG_MCB[0m based IP-Cores within an [31mCONFIG_FPGA[0m and provide the necessary framework for instantiating drivers for these devices. If build as a module, the module is called mcb.ko if [31mCONFIG_MCB[0m config [31mCONFIG_MCB_PCI[0m tristate "PCI based MCB carrier" default n depends on [31mCONFIG_PCI[0m help This is a [31mCONFIG_MCB[0m carrier on a [31mCONFIG_PCI[0m device. Both [31mCONFIG_PCI[0m attached on-board FPGAs as well as CompactPCI attached [31mCONFIG_MCB[0m FPGAs are supported with this driver. If build as a module, the module is called mcb-pci.ko config [31mCONFIG_MCB_LPC[0m tristate "LPC (non PCI) based MCB carrier" default n help This is a [31mCONFIG_MCB[0m carrier on a LPC or non [31mCONFIG_PCI[0m device. If build as a module, the module is called mcb-lpc.ko endif # [31mCONFIG_MCB[0m |