aboutsummaryrefslogtreecommitdiffstats
path: root/cfg/x86_64.cfg
blob: 1f6a2a8138445ff6eee645c59ce264c31b7ae198 (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 is not set
CONFIG_UNWINDER_FRAME_POINTER=y