]> Pileus Git - ~andy/linux/blobdiff - arch/Kconfig
menuconfig: fix NULL pointer dereference when searching a symbol
[~andy/linux] / arch / Kconfig
index 1455579791ec02514a5d616a4b6749cbec3185b0..dd0e8eb8042f746cc7072c0bf67d1fac8c0d4a7e 100644 (file)
@@ -157,9 +157,6 @@ config ARCH_USE_BUILTIN_BSWAP
         instructions should set this. And it shouldn't hurt to set it
         on architectures that don't have such instructions.
 
-config HAVE_SYSCALL_WRAPPERS
-       bool
-
 config KRETPROBES
        def_bool y
        depends on KPROBES && HAVE_KRETPROBES
@@ -384,6 +381,12 @@ 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.
+
 #
 # ABI hall of shame
 #