summaryrefslogtreecommitdiffstats
path: root/drivers/mcb/Kconfig
diff options
context:
space:
mode:
authorJohannes Thumshirn2014-02-26 17:29:06 +0100
committerGreg Kroah-Hartman2014-03-01 00:47:12 +0100
commitb71bb8639891827051af88d8dfb17ca608b6ae88 (patch)
treec3e5830266ce976245f8ff0f91f8e825967906a4 /drivers/mcb/Kconfig
parentdrivers: Introduce MEN Chameleon Bus (diff)
downloadkernel-qcow2-linux-b71bb8639891827051af88d8dfb17ca608b6ae88.tar.gz
kernel-qcow2-linux-b71bb8639891827051af88d8dfb17ca608b6ae88.tar.xz
kernel-qcow2-linux-b71bb8639891827051af88d8dfb17ca608b6ae88.zip
mcb: Add PCI carrier for MEN Chameleon Bus
Add support for MCB over PCI devices. Both PCI attached on-board Chameleon FPGAs as well as CompactPCI based MCB carrier cards are supported with this driver. Signed-off-by: Johannes Thumshirn <johannes.thumshirn@men.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/mcb/Kconfig')
-rw-r--r--drivers/mcb/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/mcb/Kconfig b/drivers/mcb/Kconfig
index 44c82d68c563..b8f5d469165c 100644
--- a/drivers/mcb/Kconfig
+++ b/drivers/mcb/Kconfig
@@ -13,3 +13,17 @@ menuconfig MCB
for these devices.
If build as a module, the module is called mcb.ko
+
+if MCB
+config MCB_PCI
+ tristate "PCI based MCB carrier"
+ default m
+ help
+
+ This is a MCB carrier on a PCI device. Both PCI attached on-board
+ FPGAs as well as CompactPCI attached MCB FPGAs are supported with
+ this driver.
+
+ If build as a module, the module is called mcb-pci.ko
+
+endif # MCB