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 <nat...@nathanrossi.com>
---
 .../config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg    | 3 +++
 1 file changed, 3 insertions(+)

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 aafb34f351..9e747449af 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 @@
 
 CONFIG_SOC_XILINX_ZYNQMP=y
 
+# PMU Firmware API
+CONFIG_ZYNQMP_PM_API_DEBUGFS=y
+
 # DMA
 CONFIG_DMADEVICES=y
 CONFIG_XILINX_DMA_ENGINES=y
-- 
2.11.0

-- 
_______________________________________________
meta-xilinx mailing list
meta-xilinx@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to