diff options
| author | Johannes Thumshirn <johannes.thumshirn@men.de> | 2014-02-26 11:29:06 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-28 18:47:12 -0500 |
| commit | b71bb8639891827051af88d8dfb17ca608b6ae88 (patch) | |
| tree | c3e5830266ce976245f8ff0f91f8e825967906a4 /drivers/mcb/Kconfig | |
| parent | 3764e82e5150d87b205c10cd78a9c9ab86fbfa51 (diff) | |
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/Kconfig | 14 |
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 | |||
| 13 | for these devices. | 13 | for these devices. |
| 14 | 14 | ||
| 15 | If build as a module, the module is called mcb.ko | 15 | If build as a module, the module is called mcb.ko |
| 16 | |||
| 17 | if MCB | ||
| 18 | config MCB_PCI | ||
| 19 | tristate "PCI based MCB carrier" | ||
| 20 | default m | ||
| 21 | help | ||
| 22 | |||
| 23 | This is a MCB carrier on a PCI device. Both PCI attached on-board | ||
| 24 | FPGAs as well as CompactPCI attached MCB FPGAs are supported with | ||
| 25 | this driver. | ||
| 26 | |||
| 27 | If build as a module, the module is called mcb-pci.ko | ||
| 28 | |||
| 29 | endif # MCB | ||
