summary refs log tree commit diff
path: root/drivers/mcb/Kconfig
diff options
context:
space:
mode:
authorJohannes Thumshirn <johannes.thumshirn@men.de>2014-02-26 17:29:06 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-02-28 15:47:12 -0800
commitb71bb8639891827051af88d8dfb17ca608b6ae88 (patch)
treec3e5830266ce976245f8ff0f91f8e825967906a4 /drivers/mcb/Kconfig
parent3764e82e5150d87b205c10cd78a9c9ab86fbfa51 (diff)
downloadlinux-b71bb8639891827051af88d8dfb17ca608b6ae88.tar.gz
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