diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-10-29 17:44:29 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-10-31 11:10:34 +1000 |
| commit | 106b5f4e978cf1a3f7a81c47db2ca98bec6fa994 (patch) | |
| tree | f4bce7a151d06c4e0cf30d1f0a759407a40ebbef /recipes-kernel | |
| parent | 46807120150759591a39d40ef7bad69ea2bc7d22 (diff) | |
| download | meta-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.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 | |||
| 9 | 9 | ||
| 10 | # DMA | 10 | # DMA |
| 11 | CONFIG_DMADEVICES=y | 11 | CONFIG_DMADEVICES=y |
| 12 | CONFIG_XILINX_VDMA=y | ||
| 12 | CONFIG_XILINX_DMA_ENGINES=y | 13 | CONFIG_XILINX_DMA_ENGINES=y |
| 13 | CONFIG_XILINX_AXIDMA=y | 14 | CONFIG_XILINX_AXIDMA=y |
| 14 | CONFIG_XILINX_AXIVDMA=y | 15 | CONFIG_XILINX_AXIVDMA=y |
