aboutsummaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index a79a1ad8bb96..366ec06a5185 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -322,4 +322,23 @@ config HAVE_IRQ_TIME_ACCOUNTING
322config HAVE_ARCH_TRANSPARENT_HUGEPAGE 322config HAVE_ARCH_TRANSPARENT_HUGEPAGE
323 bool 323 bool
324 324
325config HAVE_MOD_ARCH_SPECIFIC
326 bool
327 help
328 The arch uses struct mod_arch_specific to store data. Many arches
329 just need a simple module loader without arch specific data - those
330 should not enable this.
331
332config MODULES_USE_ELF_RELA
333 bool
334 help
335 Modules only use ELF RELA relocations. Modules with ELF REL
336 relocations will give an error.
337
338config MODULES_USE_ELF_REL
339 bool
340 help
341 Modules only use ELF REL relocations. Modules with ELF RELA
342 relocations will give an error.
343
325source "kernel/gcov/Kconfig" 344source "kernel/gcov/Kconfig"