diff options
author | 2014-10-29 17:44:29 +1000 | |
---|---|---|
committer | 2014-10-31 11:10:34 +1000 | |
commit | 106b5f4e978cf1a3f7a81c47db2ca98bec6fa994 (patch) | |
tree | f4bce7a151d06c4e0cf30d1f0a759407a40ebbef | |
parent | 46807120150759591a39d40ef7bad69ea2bc7d22 (diff) | |
download | meta-xilinx-106b5f4e978cf1a3f7a81c47db2ca98bec6fa994.tar.gz meta-xilinx-106b5f4e978cf1a3f7a81c47db2ca98bec6fa994.tar.bz2 meta-xilinx-106b5f4e978cf1a3f7a81c47db2ca98bec6fa994.zip |
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>
-rw-r--r-- | recipes-kernel/linux/config/xilinx-common/features/xilinx/xilinx-ip.cfg | 1 |
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 # DMA CONFIG_DMADEVICES=y +CONFIG_XILINX_VDMA=y CONFIG_XILINX_DMA_ENGINES=y CONFIG_XILINX_AXIDMA=y CONFIG_XILINX_AXIVDMA=y |