From 0a63cf4be674d2175dc32c9b7820ad4d0e463f35 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Mon, 21 May 2018 12:04:51 +0800 Subject: [PATCH] add Dommy DW33D support --- config/Config-kernel.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 0cbe5e835..9b55f1c0d 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -67,7 +67,7 @@ config KERNEL_PROFILING config KERNEL_KALLSYMS bool "Compile the kernel with symbol table information" - default y if !SMALL_FLASH + default n help This will give you more information in stack traces from kernel oopses.