blob: fe8252831c1ce0716a49ab858c0d620a18d4b3bb [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"
Johannes Thumshirn3764e822014-02-26 17:29:05 +01007 help
8
9 The MCB (MEN Chameleon Bus) is a Bus specific to MEN Mikroelektronik
10 FPGA based devices. It is used to identify MCB based IP-Cores within
11 an FPGA and provide the necessary framework for instantiating drivers
12 for these devices.
13
14 If build as a module, the module is called mcb.ko
Johannes Thumshirnb71bb862014-02-26 17:29:06 +010015
16if MCB
17config MCB_PCI
18 tristate "PCI based MCB carrier"
19 default m
20 help
21
22 This is a MCB carrier on a PCI device. Both PCI attached on-board
23 FPGAs as well as CompactPCI attached MCB FPGAs are supported with
24 this driver.
25
26 If build as a module, the module is called mcb-pci.ko
27
28endif # MCB