diff options
author | Adrian Calianu <adrian.calianu@enea.com> | 2021-05-11 10:33:08 +0200 |
---|---|---|
committer | Matei Valeanu <Matei.Valeanu@enea.com> | 2021-05-14 14:26:57 +0200 |
commit | 32a892dd19938e060431a5918b6af31853ff94fe (patch) | |
tree | 0de2b737a03c593f8113386e4efcb6abc23e055b | |
parent | dc33aa2fcc771cb43748476118c383fc3328a0d6 (diff) | |
download | enea-kernel-cache-32a892dd19938e060431a5918b6af31853ff94fe.tar.gz |
debug: update to cover more debug features
Make sure final config file does not contain debug features
because it will increase the kernel size.
New configs were induces by upstream changes like
default machine(intel-corei7-64-standard).
Change-Id: I9f8915f5829322b2caedcc8b174b41580ae30f50
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
-rw-r--r-- | features/debug/debug_kernel_n.cfg | 13 | ||||
-rw-r--r-- | features/debug/debug_kernel_y.cfg | 1 |
2 files changed, 12 insertions, 2 deletions
diff --git a/features/debug/debug_kernel_n.cfg b/features/debug/debug_kernel_n.cfg index 38f20a7..6bfbec0 100644 --- a/features/debug/debug_kernel_n.cfg +++ b/features/debug/debug_kernel_n.cfg | |||
@@ -1,7 +1,18 @@ | |||
1 | CONFIG_DEBUG_INFO=n | 1 | CONFIG_DEBUG_INFO=n |
2 | CONFIG_PCI_DEBUG=n | 2 | CONFIG_PCI_DEBUG=n |
3 | CONFIG_PCIEASPM_DEBUG=n | ||
4 | CONFIG_PNP_DEBUG_MESSAGES=n | 3 | CONFIG_PNP_DEBUG_MESSAGES=n |
5 | CONFIG_SCHED_DEBUG=n | 4 | CONFIG_SCHED_DEBUG=n |
6 | CONFIG_DEBUG_PREEMPT=n | 5 | CONFIG_DEBUG_PREEMPT=n |
7 | CONFIG_X86_DEBUG_FPU=n | 6 | CONFIG_X86_DEBUG_FPU=n |
7 | CONFIG_KALLSYMS=n | ||
8 | CONFIG_RUNTIME_TESTING_MENU=n | ||
9 | CONFIG_DEBUG_LIST=n | ||
10 | CONFIG_DEBUG_SG=n | ||
11 | CONFIG_DEBUG_NOTIFIERS=n | ||
12 | CONFIG_DEBUG_CREDENTIALS=n | ||
13 | CONFIG_DEBUG_FS=n | ||
14 | CONFIG_BLK_DEBUG_FS=n | ||
15 | CONFIG_DEBUG_MISC=n | ||
16 | CONFIG_DEBUG_KERNEL=n | ||
17 | CONFIG_STRIP_ASM_SYMS=y | ||
18 | CONFIG_SLUB_DEBUG=n | ||
diff --git a/features/debug/debug_kernel_y.cfg b/features/debug/debug_kernel_y.cfg index 29399ad..c9422a1 100644 --- a/features/debug/debug_kernel_y.cfg +++ b/features/debug/debug_kernel_y.cfg | |||
@@ -1,7 +1,6 @@ | |||
1 | CONFIG_DEBUG_KERNEL=y | 1 | CONFIG_DEBUG_KERNEL=y |
2 | CONFIG_DEBUG_INFO=y | 2 | CONFIG_DEBUG_INFO=y |
3 | CONFIG_PCI_DEBUG=y | 3 | CONFIG_PCI_DEBUG=y |
4 | CONFIG_PCIEASPM_DEBUG=y | ||
5 | CONFIG_PNP_DEBUG_MESSAGES=y | 4 | CONFIG_PNP_DEBUG_MESSAGES=y |
6 | CONFIG_SCHED_DEBUG=y | 5 | CONFIG_SCHED_DEBUG=y |
7 | CONFIG_DEBUG_PREEMPT=y | 6 | CONFIG_DEBUG_PREEMPT=y |