diff options
author | Andreas Werner <andreas.werner@men.de> | 2016-08-26 09:34:57 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-08-31 13:16:24 +0200 |
commit | 73edc8f7cceffe537d6888dc20703123769eb3f6 (patch) | |
tree | 45950081c2f8992f85d0d6636674eda1780d7af4 /drivers/mcb/Makefile | |
parent | 4d31a2588ae37a5d0f61f4d956454e9504846aeb (diff) | |
download | blackbird-obmc-linux-73edc8f7cceffe537d6888dc20703123769eb3f6.tar.gz blackbird-obmc-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/Makefile')
-rw-r--r-- | drivers/mcb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mcb/Makefile b/drivers/mcb/Makefile index 1ae141311def..bcc7745774ab 100644 --- a/drivers/mcb/Makefile +++ b/drivers/mcb/Makefile @@ -5,3 +5,4 @@ mcb-y += mcb-core.o mcb-y += mcb-parse.o obj-$(CONFIG_MCB_PCI) += mcb-pci.o +obj-$(CONFIG_MCB_LPC) += mcb-lpc.o |