aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ralink-gdma/Kconfig
diff options
context:
space:
mode:
authorGeorge Hilliard <thirtythreeforty@gmail.com>2019-01-10 17:43:36 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-15 16:28:02 +0100
commitd6b1090546450d9c34e64ed6f4cdbc6856db2f94 (patch)
tree2dc9a7b34024326b66cc9b532b85651cbc0b6636 /drivers/staging/ralink-gdma/Kconfig
parentStaging: emxx_udc: Switch to the gpio descriptor interface (diff)
downloadlinux-dev-d6b1090546450d9c34e64ed6f4cdbc6856db2f94.tar.xz
linux-dev-d6b1090546450d9c34e64ed6f4cdbc6856db2f94.zip
staging: Move ralink-gdma to its own directory
This is in preparation to allow it and the mt7621-dma drivers to be built separately. They are completely independent pieces of software, and the Kconfig specifies very different requirements. Cc: linux-kernel@vger.kernel.org Cc: devel@driverdev.osuosl.org Cc: Neil Brown <neil@brown.name> Signed-off-by: George Hilliard <thirtythreeforty@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ralink-gdma/Kconfig')
-rw-r--r--drivers/staging/ralink-gdma/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/staging/ralink-gdma/Kconfig b/drivers/staging/ralink-gdma/Kconfig
new file mode 100644
index 000000000000..a12b2c672d48
--- /dev/null
+++ b/drivers/staging/ralink-gdma/Kconfig
@@ -0,0 +1,6 @@
+config DMA_RALINK
+ tristate "RALINK DMA support"
+ depends on RALINK && !SOC_RT288X
+ select DMA_ENGINE
+ select DMA_VIRTUAL_CHANNELS
+