summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2020-08-16 23:42:42 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-08-17 12:31:26 +0200
commitc4065752b625f72f391cf17b0a41adbbb82e8052 (patch)
treead99073dbeb47608000bfaec32482cf11a937410 /arch/arm/configs
parent319e387dbf72c7aea4b5159af9a43b5399c6431b (diff)
downloadbarebox-c4065752b625f72f391cf17b0a41adbbb82e8052.tar.gz
barebox-c4065752b625f72f391cf17b0a41adbbb82e8052.tar.xz
ARM: vexpress: enable KALLSYMS in defconfig
Vexpress is mostly a vehicle to test things in a virtual enviroment, so it makes sense to enable this option which helps a lot when trying to debug where things go wrong. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/vexpress_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig
index 149ba17321..caa9f512d6 100644
--- a/arch/arm/configs/vexpress_defconfig
+++ b/arch/arm/configs/vexpress_defconfig
@@ -3,6 +3,7 @@ CONFIG_AEABI=y
CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y
CONFIG_MALLOC_SIZE=0x0
CONFIG_MALLOC_TLSF=y
+CONFIG_KALLSYMS=y
CONFIG_PROMPT="vexpress: "
CONFIG_HUSH_FANCY_PROMPT=y
CONFIG_CMDLINE_EDITING=y