aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2018-11-22 10:31:53 +0100
committerAnders Roxell <anders.roxell@linaro.org>2018-11-28 09:41:13 +0100
commitdfb8f591626ed66c5951c43268f3143865870d0b (patch)
tree52518a1ebcaf91e061a694bebb76711a387a8f0b
parent1c778cdd5cee25d7856d0834e48f3268828778bc (diff)
arm64: configs: addons to the minimal config
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rw-r--r--arch/arm64/configs/fixes_to_run_allmodconfig.config22
1 files changed, 20 insertions, 2 deletions
diff --git a/arch/arm64/configs/fixes_to_run_allmodconfig.config b/arch/arm64/configs/fixes_to_run_allmodconfig.config
index 732286abbf1f..2fadb457a628 100644
--- a/arch/arm64/configs/fixes_to_run_allmodconfig.config
+++ b/arch/arm64/configs/fixes_to_run_allmodconfig.config
@@ -1,9 +1,27 @@
# CONFIG_CPU_BIG_ENDIAN is not set
# CONFIG_CMDLINE_OVERRIDE is not set
# CONFIG_FTRACE is not set
-# CONFIG_FUNCTION_GRAPH_TRACER is not set
-CONFIG_IPW2100_MONITOR=y
CONFIG_SERIAL_AMBA_PL011=y
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
CONFIG_SM_FTL=m
CONFIG_UNIX=y
+
+# Shoulnd't be enabled since we
+# don't have a jtag connected.
+# CONFIG_HVC_DCC is not set
+
+# Enalbe debug info for gdb
+# CONFIG_COMPILE_TEST is not set
+CONFIG_DEBUG_INFO=y
+CONFIG_GDB_SCRIPTS=y
+
+# Easier to debug
+# CONFIG_RANDOMIZE_BASE is not set
+
+# Don't want to pass in the cmdline string
+# CONFIG_CMDLINE_FORCE is not set
+
+# Tested and the Image file got really big 136MB...
+# The fragment CONFIG_UBSAN_ALIGNMENT=y broke it
+# according to the bisect script.
+# CONFIG_KASAN is not set