mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 23:20:05 +00:00
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
|