summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2014-10-29 17:44:29 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2014-10-31 11:10:34 +1000
commit106b5f4e978cf1a3f7a81c47db2ca98bec6fa994 (patch)
treef4bce7a151d06c4e0cf30d1f0a759407a40ebbef /recipes-kernel
parent46807120150759591a39d40ef7bad69ea2bc7d22 (diff)
downloadmeta-xilinx-106b5f4e978cf1a3f7a81c47db2ca98bec6fa994.tar.gz
linux/configs: Add DMA configs to xilinx-ip.cfg
* CONFIG_XILINX_VDMA is the mainline AXI VDMA driver Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/config/xilinx-common/features/xilinx/xilinx-ip.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/config/xilinx-common/features/xilinx/xilinx-ip.cfg b/recipes-kernel/linux/config/xilinx-common/features/xilinx/xilinx-ip.cfg
index bc1c6ee1..858a91d6 100644
--- a/recipes-kernel/linux/config/xilinx-common/features/xilinx/xilinx-ip.cfg
+++ b/recipes-kernel/linux/config/xilinx-common/features/xilinx/xilinx-ip.cfg
@@ -9,6 +9,7 @@ CONFIG_SERIAL_UARTLITE_CONSOLE=y
9 9
10# DMA 10# DMA
11CONFIG_DMADEVICES=y 11CONFIG_DMADEVICES=y
12CONFIG_XILINX_VDMA=y
12CONFIG_XILINX_DMA_ENGINES=y 13CONFIG_XILINX_DMA_ENGINES=y
13CONFIG_XILINX_AXIDMA=y 14CONFIG_XILINX_AXIDMA=y
14CONFIG_XILINX_AXIVDMA=y 15CONFIG_XILINX_AXIVDMA=y