From f5659468aaf63ee02a0cd6f26b0cc455f4c9e3b9 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Wed, 28 Sep 2016 00:20:54 +1000 Subject: linux/config: Clean up soc/microblaze.cfg * 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 --- .../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 d9ab58ad..95a8701f 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 -- cgit v1.2.3-54-g00ecf