summaryrefslogtreecommitdiffstats
path: root/features/compilechecks
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2017-09-05 17:22:26 +0200
committerAdrian Calianu <adrian.calianu@enea.com>2017-09-05 17:22:26 +0200
commitc47f2bfcefee5d746dd72af26faec2b44ff553b5 (patch)
treeaa9ac21407f71af2520aec4d1dc4248217e83c11 /features/compilechecks
parent85a500385477e07d144fc3fcfa4ec62e6aabc8e8 (diff)
downloadenea-kernel-cache-c47f2bfcefee5d746dd72af26faec2b44ff553b5.tar.gz
add new kernel features needed by guest
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Diffstat (limited to 'features/compilechecks')
-rw-r--r--features/compilechecks/compilechecks_n.cfg6
-rw-r--r--features/compilechecks/compilechecks_n.scc4
2 files changed, 10 insertions, 0 deletions
diff --git a/features/compilechecks/compilechecks_n.cfg b/features/compilechecks/compilechecks_n.cfg
new file mode 100644
index 0000000..87263f0
--- /dev/null
+++ b/features/compilechecks/compilechecks_n.cfg
@@ -0,0 +1,6 @@
1CONFIG_ENABLE_WARN_DEPRECATED=n
2CONFIG_ENABLE_MUST_CHECK=n
3CONFIG_UNUSED_SYMBOLS=n
4CONFIG_DEBUG_FS=n
5CONFIG_SECTION_MISMATCH_WARN_ONLY=n
6CONFIG_FRAME_POINTER=n
diff --git a/features/compilechecks/compilechecks_n.scc b/features/compilechecks/compilechecks_n.scc
new file mode 100644
index 0000000..cd3c68a
--- /dev/null
+++ b/features/compilechecks/compilechecks_n.scc
@@ -0,0 +1,4 @@
1define KFEATURE_DESCRIPTION "Disable compile checks support"
2define KFEATURE_COMPATIBILITY all
3
4kconf non-hardware compilechecks_n.cfg