xref: /linux-6.15/drivers/mcb/Kconfig (revision b71bb863)
1#
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
16
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
30