Kconfig revision 3764e82e5150d87b205c10cd78a9c9ab86fbfa51
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