From ae8e3e89c1f28c1f1221a2f802306fd1195d7fc0 Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Tue, 13 Nov 2018 17:57:21 +0100 Subject: configs: use CONFIG_UNWINDER_ORC only in x86/x86_64 The shipped .config files for i686 have both CONFIG_UNWINDER_ORC and CONFIG_UNWINDER_FRAME_POINTER set. This is wrong because those .config files should only have CONFIG_UNWINDER_FRAME_POINTER set. As a result the build generates [...]:warning: override: UNWINDER_ORC changes choice state 4 times. Move CONFIG_UNWINDER_ORC to x86/x86_64 to correct this. Note that this doesn't change the final .config files that the kernel's build system actually uses. Signed-off-by: Paul Bolle --- kernel-s390x-debug.config | 1 - 1 file changed, 1 deletion(-) (limited to 'kernel-s390x-debug.config') diff --git a/kernel-s390x-debug.config b/kernel-s390x-debug.config index a463ec2e8..56d290d3f 100644 --- a/kernel-s390x-debug.config +++ b/kernel-s390x-debug.config @@ -5501,7 +5501,6 @@ CONFIG_UNIXWARE_DISKLABEL=y CONFIG_UNIX=y CONFIG_UNUSED_SYMBOLS=y # CONFIG_UNWINDER_FRAME_POINTER is not set -CONFIG_UNWINDER_ORC=y CONFIG_UPROBE_EVENTS=y # CONFIG_US5182D is not set CONFIG_USB_ACM=m -- cgit