aboutsummaryrefslogtreecommitdiffstats
path: root/cfg/x86_64.cfg
blob: c2c3193cf93c03b2e83bfc900f226dbb8d7fc86b (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: MIT
# Config settings specific to x86_64 and not in an existing cfg/foo.cfg
CONFIG_64BIT=y

# Support running 32 bit binaries
CONFIG_IA32_EMULATION=y
CONFIG_COMPAT=y

CONFIG_UNWINDER_ORC=n
CONFIG_UNWINDER_FRAME_POINTER=y