Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / dma / hsu / Kconfig
diff --git a/kernel/drivers/dma/hsu/Kconfig b/kernel/drivers/dma/hsu/Kconfig
new file mode 100644 (file)
index 0000000..2810dca
--- /dev/null
@@ -0,0 +1,14 @@
+# DMA engine configuration for hsu
+config HSU_DMA
+       tristate
+       select DMA_ENGINE
+       select DMA_VIRTUAL_CHANNELS
+
+config HSU_DMA_PCI
+       tristate "High Speed UART DMA PCI driver"
+       depends on PCI
+       select HSU_DMA
+       help
+         Support the High Speed UART DMA on the platfroms that
+         enumerate it as a PCI device. For example, Intel Medfield
+         has integrated this HSU DMA controller.