From 40d186df2dc94bcb1b8b0204f691678b9fa87466 Mon Sep 17 00:00:00 2001 From: Gabriel Ionescu Date: Tue, 20 Jun 2017 15:27:00 +0200 Subject: Kernel: Add specific ragments for disabling unnecessary features Signed-off-by: Gabriel Ionescu Signed-off-by: Adrian Dudau --- features/compilechecks/compilechecks_n.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 features/compilechecks/compilechecks_n.cfg (limited to 'features/compilechecks/compilechecks_n.cfg') 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 @@ +CONFIG_ENABLE_WARN_DEPRECATED=n +CONFIG_ENABLE_MUST_CHECK=n +CONFIG_UNUSED_SYMBOLS=n +CONFIG_DEBUG_FS=n +CONFIG_SECTION_MISMATCH_WARN_ONLY=n +CONFIG_FRAME_POINTER=n -- cgit v1.2.3-54-g00ecf