diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2008-12-01 08:45:57 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-06 13:52:30 -0800 |
commit | c8801d8c9f639153afb7c4926654f0769483348e (patch) | |
tree | dc00ed022ab358a8ef2aa10e9f5829a99851dd12 /drivers/staging/Kconfig | |
parent | 630231776da4916e40ecbee8b8f347f0cc78e7d3 (diff) |
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/Kconfig')
-rw-r--r-- | drivers/staging/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 11d003d37ad..48e2e064a65 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -79,5 +79,7 @@ source "drivers/staging/asus_oled/Kconfig" source "drivers/staging/panel/Kconfig" +source "drivers/staging/altpciechdma/Kconfig" + endif # !STAGING_EXCLUDE_BUILD endif # STAGING |