summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2016-09-28 00:20:54 +1000
committerNathan Rossi <nathan@nathanrossi.com>2016-09-28 23:16:11 +1000
commitf5659468aaf63ee02a0cd6f26b0cc455f4c9e3b9 (patch)
tree614a778652f95c948a406a3a6d0f3880749f8936
parentba89869f8cafcffe1039f8ad8a1379cce5e808bc (diff)
downloadmeta-xilinx-f5659468aaf63ee02a0cd6f26b0cc455f4c9e3b9.tar.gz
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 <nathan@nathanrossi.com>
-rw-r--r--recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/microblaze.cfg5
1 files changed, 1 insertions, 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
13# Memory 13# Memory
14CONFIG_HIGHMEM=y 14CONFIG_HIGHMEM=y
15 15
16# OF Scan serial devices
17CONFIG_SERIAL_OF_PLATFORM=y
18
19# Xilinx SYSACE (MicroBlaze only) 16# Xilinx SYSACE (MicroBlaze only)
20CONFIG_XILINX_SYSACE=y 17CONFIG_XILINX_SYSACE=y
21 18
@@ -23,5 +20,5 @@ CONFIG_XILINX_SYSACE=y
23CONFIG_XILINX_HWICAP=y 20CONFIG_XILINX_HWICAP=y
24 21
25# Disable FTRACE, does not work with MicroBlaze 22# Disable FTRACE, does not work with MicroBlaze
26CONFIG_FTRACE=n 23# CONFIG_FTRACE is not set
27 24