aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/arm.cfg
blob: 63411718d2ab277e774f32d439c9663c0e83e146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Build EABI kernels that support EABI system calls.
CONFIG_AEABI=y

# Provide support for the old ABI's system calls.
CONFIG_OABI_COMPAT=y
CONFIG_ARM_THUMB=y

# Failure to use this on ARM results in lots of interesting runtime bugs.
CONFIG_CC_OPTIMIZE_FOR_SIZE=y

# 
CONFIG_UNWINDER_ARM=y
# CONFIG_FUNCTION_GRAPH_TRACER is not set