diff options
author | John Crispin <john@phrozen.org> | 2016-06-13 21:35:03 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-13 22:51:43 +0200 |
commit | 30acacb0afc6255ae68bc4f3ae4365a8ec46f353 (patch) | |
tree | 2ca7c65a2a9222b2eb648746b72cf05e319de678 /config/Config-kernel.in | |
parent | d57990e071d818f84906e314bbf26b6225c2d70c (diff) | |
download | upstream-30acacb0afc6255ae68bc4f3ae4365a8ec46f353.tar.gz upstream-30acacb0afc6255ae68bc4f3ae4365a8ec46f353.tar.bz2 upstream-30acacb0afc6255ae68bc4f3ae4365a8ec46f353.zip |
config: add a small_flash feature
this causes KALLSYMS to be off by default
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'config/Config-kernel.in')
-rw-r--r-- | config/Config-kernel.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 4c191f0955..b05ff23694 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -62,7 +62,7 @@ config KERNEL_PROFILING config KERNEL_KALLSYMS bool "Compile the kernel with symbol table information" - default y + default y if !SMALL_FLASH help This will give you more information in stack traces from kernel oopses. |