[meta-xilinx] [PATCH 06/29] linux/config: Clean up soc/microblaze.cfg

Nathan Rossi nathan at nathanrossi.com
Wed Sep 28 08:15:33 PDT 2016


 * CONFIG_SERIAL_OF_PLATFORM is already configured with serial drivers
   in soc/drivers/xilinx.cfg
 * Use the syntax "# CONFIG_FTRACE is not set" so that it when the
   kernel config check is run it matches the value set in the .config

Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
---
 .../linux/config/xilinx-common/bsp/xilinx/soc/microblaze.cfg         | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/microblaze.cfg b/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/microblaze.cfg
index d9ab58ad3c..95a8701fde 100644
--- a/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/microblaze.cfg
+++ b/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/microblaze.cfg
@@ -13,9 +13,6 @@ CONFIG_XILINX_MICROBLAZE0_USE_FPU=0
 # Memory
 CONFIG_HIGHMEM=y
 
-# OF Scan serial devices
-CONFIG_SERIAL_OF_PLATFORM=y
-
 # Xilinx SYSACE (MicroBlaze only)
 CONFIG_XILINX_SYSACE=y
 
@@ -23,5 +20,5 @@ CONFIG_XILINX_SYSACE=y
 CONFIG_XILINX_HWICAP=y
 
 # Disable FTRACE, does not work with MicroBlaze
-CONFIG_FTRACE=n
+# CONFIG_FTRACE is not set
 
-- 
2.9.3



More information about the meta-xilinx mailing list