summaryrefslogtreecommitdiff
path: root/drivers/staging/Makefile
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2008-12-01 13:45:57 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 21:52:30 (GMT)
commitc8801d8c9f639153afb7c4926654f0769483348e (patch)
treedc00ed022ab358a8ef2aa10e9f5829a99851dd12 /drivers/staging/Makefile
parent630231776da4916e40ecbee8b8f347f0cc78e7d3 (diff)
downloadlinux-fsl-qoriq-c8801d8c9f639153afb7c4926654f0769483348e.tar.xz
Staging: add Driver for Altera PCI Express Chaining DMA reference design
Altera PCI Express Chaining DMA driver A reference driver that exercises the Chaining DMA logic reference design generated along the Altera FPGA PCI Express soft or hard core, only if instantiated using the MegaWizard, not the SOPC builder, of Quartus 8.1. This driver can be used to test the logic instantiation and PCI Express layers and acts as a starting point for driving custom logic connected to the PCI Express End Point Chaining DMA engines. Signed-off-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r--drivers/staging/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile
index a738bb3..b301be8 100644
--- a/drivers/staging/Makefile
+++ b/drivers/staging/Makefile
@@ -22,3 +22,4 @@ obj-$(CONFIG_BENET) += benet/
obj-$(CONFIG_COMEDI) += comedi/
obj-$(CONFIG_ASUS_OLED) += asus_oled/
obj-$(CONFIG_PANEL) += panel/
+obj-$(CONFIG_ALTERA_PCIE_CHDMA) += altpciechdma/