blob: 44c82d68c5632ae3ee1198a9f745e30cf3b6cc14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# 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
|