summaryrefslogtreecommitdiffstats
path: root/features/debug/debug_kernel_y.cfg
diff options
context:
space:
mode:
authorDragos Motrea <Dragos.Motrea@enea.com>2017-05-31 14:07:30 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-06-05 09:29:09 +0200
commit6c9f970096f3dff240b0ab366d94a72f4fbd557c (patch)
tree931de073b7006d236a4bdc1d509abc4b6117e943 /features/debug/debug_kernel_y.cfg
parent49700962b5d566f0c8e726409063193dee069828 (diff)
downloadenea-kernel-cache-6c9f970096f3dff240b0ab366d94a72f4fbd557c.tar.gz
Optimized the kernel foot print of the Host Image
In order to decrease the size of the kernel I removed unnecessary modules (drivers, debug capabilities) Signed-off-by: Dragos Motrea <Dragos.Motrea@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'features/debug/debug_kernel_y.cfg')
-rw-r--r--features/debug/debug_kernel_y.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/debug/debug_kernel_y.cfg b/features/debug/debug_kernel_y.cfg
index 96a7954..cb7617d 100644
--- a/features/debug/debug_kernel_y.cfg
+++ b/features/debug/debug_kernel_y.cfg
@@ -1,2 +1,9 @@
1CONFIG_DEBUG_KERNEL=y 1CONFIG_DEBUG_KERNEL=y
2CONFIG_DEBUG_INFO=y 2CONFIG_DEBUG_INFO=y
3CONFIG_PCI_DEBUG=y
4CONFIG_PCIEASPM_DEBUG=y
5CONFIG_PNP_DEBUG_MESSAGES=y
6CONFIG_SCHED_DEBUG=y
7CONFIG_DEBUG_PREEMPT=y
8CONFIG_X86_DEBUG_FPU=y
9CONFIG_X86_VERBOSE_BOOTUP=y