summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 02bc67ed90..9e30579a79 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -148,13 +148,10 @@ config MODULES
config KALLSYMS
depends on HAS_KALLSYMS
- depends on BROKEN
bool "kallsyms"
help
With Kallsyms enabled all symbols are compiled into the barebox image.
This is useful to print a nice backtrace when an exception occurs.
- No architecture supports backtraces at the moment, so this option
- is quite useless at the moment
config RELOCATABLE
depends on PPC