aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000/Kconfig
diff options
context:
space:
mode:
authorMatt Sickler <Matt.Sickler@daktronics.com>2019-04-22 22:05:58 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-25 12:07:33 +0200
commit7df95299b94a63ec67a6389fc02dc25019a80ee8 (patch)
tree921d3bd124d6a07ecc8457748fd5e8f5be63b612 /drivers/staging/kpc2000/Kconfig
parentStaging: vc04_services: Cleanup in ctrl_set_bitrate() (diff)
downloadlinux-dev-7df95299b94a63ec67a6389fc02dc25019a80ee8.tar.xz
linux-dev-7df95299b94a63ec67a6389fc02dc25019a80ee8.zip
staging: kpc2000: Add DMA driver
Add Daktronics DMA driver. I've added the SPDX license identifiers, Kconfig entry, and cleaned up as many of the warnings as I could. The AIO support code will be removed in a future patch. Signed-off-by: Matt Sickler <matt.sickler@daktronics.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/kpc2000/Kconfig')
-rw-r--r--drivers/staging/kpc2000/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/staging/kpc2000/Kconfig b/drivers/staging/kpc2000/Kconfig
index 926e770d6e0e..fb5922928f47 100644
--- a/drivers/staging/kpc2000/Kconfig
+++ b/drivers/staging/kpc2000/Kconfig
@@ -44,3 +44,14 @@ config KPC2000_I2C
If unsure, say N.
+config KPC2000_DMA
+ tristate "Daktronics KPC DMA controller"
+ depends on KPC2000
+ help
+ Say Y here if you wish to support the Daktronics DMA controller.
+
+ To compile this driver as a module, choose M here: the module
+ will be called kpc2000_dma
+
+ If unsure, say N.
+