summaryrefslogtreecommitdiff
path: root/ti_config_fragments
diff options
context:
space:
mode:
authorAnand Gadiyar <gadiyar@ti.com>2022-11-25 12:43:27 -0600
committerPraneeth Bajjuri <praneeth@ti.com>2022-11-25 12:45:19 -0600
commitfd3c701755e236b0e628172166955a36952ef844 (patch)
treed73fe063acac906529cf116cd22e1c2770bddcd4 /ti_config_fragments
parent684c1684c7621792a411c7281b47f851e0188799 (diff)
ti_config_fragments: enable CONFIG_DEBUG_INFO
This allows proper source-and-assembly debugging using JTAG and also allows us to debug WARN_ONs and other backtraces without having to recompile the kernel (which could change the system behavior). We already do this for u-boot/SPL, so there's no strong reason not to do this in the kernel as well. Signed-off-by: Anand Gadiyar <gadiyar@ti.com> Acked-by: Andrew Davis <afd@ti.com>
Diffstat (limited to 'ti_config_fragments')
-rw-r--r--ti_config_fragments/arm64_prune.cfg2
-rw-r--r--ti_config_fragments/debug_options.cfg1
2 files changed, 0 insertions, 3 deletions
diff --git a/ti_config_fragments/arm64_prune.cfg b/ti_config_fragments/arm64_prune.cfg
index d84ad7749e77..348f760cda9b 100644
--- a/ti_config_fragments/arm64_prune.cfg
+++ b/ti_config_fragments/arm64_prune.cfg
@@ -79,8 +79,6 @@ CONFIG_PCI_XGENE=n
CONFIG_PCI_HISI=n
CONFIG_PCIE_KIRIN=n
-CONFIG_DEBUG_INFO=n
-
# DRM
CONFIG_DRM_NOUVEAU=n
CONFIG_DRM_I2C_ADV7511=n
diff --git a/ti_config_fragments/debug_options.cfg b/ti_config_fragments/debug_options.cfg
index 1ad7cc0b19cf..30c43f49014a 100644
--- a/ti_config_fragments/debug_options.cfg
+++ b/ti_config_fragments/debug_options.cfg
@@ -29,7 +29,6 @@ CONFIG_DEBUG_KMEMLEAK=y
CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=8000
CONFIG_DEBUG_KMEMLEAK_TEST=n
CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=n
-CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_SHIRQ=n
CONFIG_DEBUG_PREEMPT=y