summaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada2018-05-09 09:23:50 +0200
committerMasahiro Yamada2018-05-17 15:44:57 +0200
commit704db5433fb43acbf1486303721bd0cbb65af251 (patch)
tree93558386f64fbc4d695982d8dd4127622c7b1150 /arch/Kconfig
parentexport.h: remove code for prefixing symbols with underscore (diff)
downloadkernel-qcow2-linux-704db5433fb43acbf1486303721bd0cbb65af251.tar.gz
kernel-qcow2-linux-704db5433fb43acbf1486303721bd0cbb65af251.tar.xz
kernel-qcow2-linux-704db5433fb43acbf1486303721bd0cbb65af251.zip
kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX
CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX was selected by BLACKFIN, METAG. They were removed by commit 4ba66a976072 ("arch: remove blackfin port"), commit bb6fb6dfcc17 ("metag: Remove arch/metag/"), respectively. No more architecture enables CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX. Clean up the rest of scripts, and remove the Kconfig entry. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 8e0d665c8d53..706dec4d295a 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -686,12 +686,6 @@ config MODULES_USE_ELF_REL
Modules only use ELF REL relocations. Modules with ELF RELA
relocations will give an error.
-config HAVE_UNDERSCORE_SYMBOL_PREFIX
- bool
- help
- Some architectures generate an _ in front of C symbols; things like
- module loading and assembly files need to know about this.
-
config HAVE_IRQ_EXIT_ON_IRQ_STACK
bool
help