From e10e81aa52260fd32a4c1b3d32ebe8c6d9e8abf9 Mon Sep 17 00:00:00 2001 From: Mike Looijmans Date: Thu, 28 Jul 2016 07:55:29 +0200 Subject: zynqmp.cfg: Actually disable MALI in kernel Commit fbc9fcd55a20ec2050 "zynqmp.cfg: Disable MALI in kernel" sets CONFIG_ARM_MALI=n, which is incorrect and will not have any actual effect on the configuration. The correct syntax to disable the module is "# CONFIG_ARM_MALI is not set". Fixes: fbc9fcd55a20ec205088c8026f5d25feb08430a3 Signed-off-by: Mike Looijmans Signed-off-by: Nathan Rossi --- .../config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8b5a3cef..c41f4922 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 @@ -11,4 +11,4 @@ CONFIG_MTD_NAND_ARASAN=y CONFIG_PCI_MSI=y CONFIG_PCI_XILINX_NWL=y -CONFIG_ARM_MALI=n +# CONFIG_ARM_MALI is not set -- cgit v1.2.3-54-g00ecf