mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
3764e82e51
The MCB (MEN Chameleon Bus) is a Bus specific to MEN Mikroelektronik FPGA based devices. It is used to identify MCB based IP-Cores within an FPGA and provide the necessary framework for instantiating drivers for these devices. Signed-off-by: Johannes Thumshirn <johannes.thumshirn@men.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 lines
403 B
Plaintext
16 lines
403 B
Plaintext
#
|
|
# MEN Chameleon Bus (MCB) support
|
|
#
|
|
|
|
menuconfig MCB
|
|
tristate "MCB support"
|
|
default m
|
|
help
|
|
|
|
The MCB (MEN Chameleon Bus) is a Bus specific to MEN Mikroelektronik
|
|
FPGA based devices. It is used to identify MCB based IP-Cores within
|
|
an FPGA and provide the necessary framework for instantiating drivers
|
|
for these devices.
|
|
|
|
If build as a module, the module is called mcb.ko
|