summaryrefslogtreecommitdiffstats
path: root/features/debug
diff options
context:
space:
mode:
Diffstat (limited to 'features/debug')
-rw-r--r--features/debug/debug_kernel_n.cfg9
-rw-r--r--features/debug/debug_kernel_n.scc4
-rw-r--r--features/debug/debug_kernel_y.cfg7
-rw-r--r--features/debug/debug_kernel_y.scc2
4 files changed, 21 insertions, 1 deletions
diff --git a/features/debug/debug_kernel_n.cfg b/features/debug/debug_kernel_n.cfg
new file mode 100644
index 0000000..cabde95
--- /dev/null
+++ b/features/debug/debug_kernel_n.cfg
@@ -0,0 +1,9 @@
1CONFIG_DEBUG_INFO=n
2CONFIG_PCI_DEBUG=n
3CONFIG_PCIEASPM_DEBUG=n
4CONFIG_PNP_DEBUG_MESSAGES=n
5CONFIG_SCHED_DEBUG=n
6CONFIG_DEBUG_PREEMPT=n
7CONFIG_X86_DEBUG_FPU=n
8CONFIG_X86_VERBOSE_BOOTUP=n
9CONFIG_EARLY_PRINTK=n
diff --git a/features/debug/debug_kernel_n.scc b/features/debug/debug_kernel_n.scc
new file mode 100644
index 0000000..5910f2e
--- /dev/null
+++ b/features/debug/debug_kernel_n.scc
@@ -0,0 +1,4 @@
1define KFEATURE_DESCRIPTION "Disable options for kernel debug support"
2define KFEATURE_COMPATIBILITY all
3
4kconf non-hardware debug_kernel_n.cfg
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
diff --git a/features/debug/debug_kernel_y.scc b/features/debug/debug_kernel_y.scc
index abee612..899e2e2 100644
--- a/features/debug/debug_kernel_y.scc
+++ b/features/debug/debug_kernel_y.scc
@@ -1,4 +1,4 @@
1define KFEATURE_DESCRIPTION "Enable options required for kernel debug support" 1define KFEATURE_DESCRIPTION "Enable options required for kernel debug support"
2define KFEATURE_COMPATIBILITY all 2define KFEATURE_COMPATIBILITY all
3 3
4kconf non-hardware debug_kernel_y.cfg 4kconf non-hardware debug_kernel_y.cfg