From ae22febf817ba9bee60014756e0d87f635f7e25f Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 16 Feb 2017 13:53:14 +1000 Subject: 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 --- .../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 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 @@ CONFIG_SOC_XILINX_ZYNQMP=y +# PMU Firmware API +CONFIG_ZYNQMP_PM_API_DEBUGFS=y + # DMA CONFIG_DMADEVICES=y CONFIG_XILINX_DMA_ENGINES=y -- cgit v1.2.3-54-g00ecf