]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/Kconfig
Merge remote-tracking branch 'modules/modules-next'
[karo-tx-linux.git] / arch / Kconfig
index a62965d057f6d8b5a94baf8bf14ecc11ecef5491..8ee5ccf234e31b78c9c17ee060421240c0a6f8be 100644 (file)
@@ -294,6 +294,25 @@ 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.
+
 config HAVE_RCU_USER_QS
        bool
        help