diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2016-10-22 22:02:43 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-10-29 22:01:53 +1000 |
| commit | 3844d05d0d96f55076a1bad53784c3da4e81ce39 (patch) | |
| tree | fbdd9103cccaef9b057ef310fddc4efdb3bc699c | |
| parent | c570b1226152338cd6b5a1c254df3bcad83d56b8 (diff) | |
| download | meta-xilinx-3844d05d0d96f55076a1bad53784c3da4e81ce39.tar.gz | |
linux/config: Add dependent configs for linux-xlnx ZynqMP features
Enable config dependencies for DMA and PCI which are required for ZynqMP
drivers/features.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
| -rw-r--r-- | recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg b/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg index c41f4922..37d02cb9 100644 --- a/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg +++ b/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | 1 | ||
| 2 | # DMA | 2 | # DMA |
| 3 | CONFIG_DMADEVICES=y | ||
| 3 | CONFIG_XILINX_DMA_ENGINES=y | 4 | CONFIG_XILINX_DMA_ENGINES=y |
| 4 | CONFIG_XILINX_DPDMA=y | 5 | CONFIG_XILINX_DPDMA=y |
| 5 | CONFIG_XILINX_ZYNQMP_DMA=y | 6 | CONFIG_XILINX_ZYNQMP_DMA=y |
| @@ -8,6 +9,7 @@ CONFIG_XILINX_ZYNQMP_DMA=y | |||
| 8 | CONFIG_MTD_NAND_ARASAN=y | 9 | CONFIG_MTD_NAND_ARASAN=y |
| 9 | 10 | ||
| 10 | # PCIe | 11 | # PCIe |
| 12 | CONFIG_PCI=y | ||
| 11 | CONFIG_PCI_MSI=y | 13 | CONFIG_PCI_MSI=y |
| 12 | CONFIG_PCI_XILINX_NWL=y | 14 | CONFIG_PCI_XILINX_NWL=y |
| 13 | 15 | ||
