summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-02-16 13:53:14 +1000
committerNathan Rossi <nathan@nathanrossi.com>2017-04-26 15:33:30 +1000
commitae22febf817ba9bee60014756e0d87f635f7e25f (patch)
tree63aa5f09afba5ad19d29bf40d71c85505d5aecbc
parent0cf1833f639224b0ab9aa1c23aa355a9d6ec338a (diff)
downloadmeta-xilinx-ae22febf817ba9bee60014756e0d87f635f7e25f.tar.gz
linux/config: Enable ZYNQMP_PM_API_DEBUGFS for linux-xlnx kernels
Enable the ZYNQMP_PM_API_DEBUGFS option to expose information about the PM API. This generally useful even when not debugging. Additionally this is enabled by the zynqmp defconfig in linux-xlnx. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg3
1 files changed, 3 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 aafb34f3..9e747449 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,6 +1,9 @@
1 1
2CONFIG_SOC_XILINX_ZYNQMP=y 2CONFIG_SOC_XILINX_ZYNQMP=y
3 3
4# PMU Firmware API
5CONFIG_ZYNQMP_PM_API_DEBUGFS=y
6
4# DMA 7# DMA
5CONFIG_DMADEVICES=y 8CONFIG_DMADEVICES=y
6CONFIG_XILINX_DMA_ENGINES=y 9CONFIG_XILINX_DMA_ENGINES=y