xref: /linux-6.15/drivers/mcb/Kconfig (revision 0db03f3f)
1#
2# MEN Chameleon Bus (MCB) support
3#
4
5menuconfig MCB
6	   tristate "MCB support"
7	   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
15
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
29