The ZynqMP FPGA manager driver is available in linux-xlnx kernels, enable it for them.
Signed-off-by: Nathan Rossi <[email protected]> --- .../config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg | 4 ++++ 1 file changed, 4 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 e7c6e7ec99..aafb34f351 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 @@ -37,3 +37,7 @@ CONFIG_SND_SOC_XILINX_DP=y # Ethernet CONFIG_MACB_EXT_BD=y +# FPGA +CONFIG_FPGA=y +CONFIG_FPGA_MGR_ZYNQMP_FPGA=y + -- 2.11.0 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
