VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Masahiro Yamada <yamada.masahiro@socionext.com> 2019-08-19 14:54:20 +0900 committer: Masahiro Yamada <yamada.masahiro@socionext.com> 2019-08-22 01:14:11 +0900 commit: 2ff2b7ec65dcea2261bdf404654975f44ad6323d parent: a564bdeb5e0d79dbcebb9a138e7b9f2d7ed97df9
Commit Summary:
kbuild: add CONFIG_ASM_MODVERSIONS
Diffstat:
1 file changed, 7 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index a7b57dd42c26..7d7b1b6af851 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -289,6 +289,13 @@ config ARCH_32BIT_OFF_T
 	  still support 32-bit off_t. This option is enabled for all such
 	  architectures explicitly.
 
+config HAVE_ASM_MODVERSIONS
+	bool
+	help
+	  This symbol should be selected by an architecure if it provides
+	  <asm/asm-prototypes.h> to support the module versioning for symbols
+	  exported from assembly code.
+
 config HAVE_REGS_AND_STACK_ACCESS_API
 	bool
 	help