summaryrefslogtreecommitdiffstats
path: root/drivers/mcb/Kconfig
diff options
context:
space:
mode:
authorAndreas Werner2016-08-26 09:34:57 +0200
committerGreg Kroah-Hartman2016-08-31 13:16:24 +0200
commit73edc8f7cceffe537d6888dc20703123769eb3f6 (patch)
tree45950081c2f8992f85d0d6636674eda1780d7af4 /drivers/mcb/Kconfig
parentuio: fix dmem_region_start computation (diff)
downloadkernel-qcow2-linux-73edc8f7cceffe537d6888dc20703123769eb3f6.tar.gz
kernel-qcow2-linux-73edc8f7cceffe537d6888dc20703123769eb3f6.tar.xz
kernel-qcow2-linux-73edc8f7cceffe537d6888dc20703123769eb3f6.zip
mcb: Added support for LPC or non PCI based MCB carrier
Add support for MCB bases FPGAs connected to the LPC or non PCI Bus. This driver currently supports the SC24 board. The FPGA is connected to the LPC bus and is identified using the BIOS DMI string. Signed-off-by: Andreas Werner <andreas.werner@men.de> Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/mcb/Kconfig')
-rw-r--r--drivers/mcb/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mcb/Kconfig b/drivers/mcb/Kconfig
index e9a6976e1010..76d9c51de6c9 100644
--- a/drivers/mcb/Kconfig
+++ b/drivers/mcb/Kconfig
@@ -28,4 +28,13 @@ config MCB_PCI
If build as a module, the module is called mcb-pci.ko
+config MCB_LPC
+ tristate "LPC (non PCI) based MCB carrier"
+ default n
+ help
+
+ This is a MCB carrier on a LPC or non PCI device.
+
+ If build as a module, the module is called mcb-lpc.ko
+
endif # MCB