Make most arch asm/module.h files use asm-generic/module.h
[deliverable/linux.git] / arch / Kconfig
index 72f2fa189cc5200bb98143c6b35de8ffc9e0aaee..3450115c64373da128ba7be90de61b8fd7d8f160 100644 (file)
@@ -281,4 +281,23 @@ config SECCOMP_FILTER
 
          See Documentation/prctl/seccomp_filter.txt for details.
 
+config HAVE_MOD_ARCH_SPECIFIC
+       bool
+       help
+         The arch uses struct mod_arch_specific to store data.  Many arches
+         just need a simple module loader without arch specific data - those
+         should not enable this.
+
+config MODULES_USE_ELF_RELA
+       bool
+       help
+         Modules only use ELF RELA relocations.  Modules with ELF REL
+         relocations will give an error.
+
+config MODULES_USE_ELF_REL
+       bool
+       help
+         Modules only use ELF REL relocations.  Modules with ELF RELA
+         relocations will give an error.
+
 source "kernel/gcov/Kconfig"
This page took 0.035596 seconds and 5 git commands to generate.