1 # SPDX-License-Identifier: GPL-2.0-only
3 # MEN Chameleon Bus (MCB) support
12 The MCB (MEN Chameleon Bus) is a Bus specific to MEN Mikroelektronik
13 FPGA based devices. It is used to identify MCB based IP-Cores within
14 an FPGA and provide the necessary framework for instantiating drivers
17 If build as a module, the module is called mcb.ko
21 tristate "PCI based MCB carrier"
26 This is a MCB carrier on a PCI device. Both PCI attached on-board
27 FPGAs as well as CompactPCI attached MCB FPGAs are supported with
30 If build as a module, the module is called mcb-pci.ko
33 tristate "LPC (non PCI) based MCB carrier"
37 This is a MCB carrier on a LPC or non PCI device.
39 If build as a module, the module is called mcb-lpc.ko