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
[...]⚠️ 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 <pebolle@tiscali.nl>
This commit is contained in:
parent
e2b69afd46
commit
324d2dc0fc
13 changed files with 0 additions and 12 deletions
|
|
@ -6417,7 +6417,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue