]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/Kconfig
Merge remote-tracking branch 'tip/auto-latest'
[karo-tx-linux.git] / arch / Kconfig
index ea5feb6c1003bcf1c61a6ad86ea190d0351c8527..07db9299ea86e802374eb18176622d630f14fcb8 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_VIRT_CPU_ACCOUNTING
        bool