blob: b8f5d469165c0421693f82db35fe1f61254fc046 [file] [log] [blame]
Johannes Thumshirn3764e822014-02-26 17:29:05 +01001#
2# MEN Chameleon Bus (MCB) support
3#
4
5menuconfig MCB
6 tristate "MCB support"
7 default m
8 help
9
10 The MCB (MEN Chameleon Bus) is a Bus specific to MEN Mikroelektronik
11 FPGA based devices. It is used to identify MCB based IP-Cores within
12 an FPGA and provide the necessary framework for instantiating drivers
13 for these devices.
14
15 If build as a module, the module is called mcb.ko
Johannes Thumshirnb71bb862014-02-26 17:29:06 +010016
17if MCB
18config MCB_PCI
19 tristate "PCI based MCB carrier"
20 default m
21 help
22
23 This is a MCB carrier on a PCI device. Both PCI attached on-board
24 FPGAs as well as CompactPCI attached MCB FPGAs are supported with
25 this driver.
26
27 If build as a module, the module is called mcb-pci.ko
28
29endif # MCB