X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2FKconfig;h=366ec06a5185f0a59a7e5069357dbdb3da5a08c8;hb=7e111565b70e57ae45d154d79581ecc591d19d9a;hp=a79a1ad8bb960a1d2aead851018fd2496c231d12;hpb=b4fe19f78e84813e720d0f0482da22194a7728e3;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/arch/Kconfig b/arch/Kconfig index a79a1ad..366ec06 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -322,4 +322,23 @@ config HAVE_IRQ_TIME_ACCOUNTING config HAVE_ARCH_TRANSPARENT_HUGEPAGE bool +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"