kbuild: add CONFIG_ASM_MODVERSIONS
[sfrench/cifs-2.6.git] / arch / Kconfig
index a7b57dd42c26698b319430ac65cd81610ba08b71..7d7b1b6af85166a73e2424950671a095f5309819 100644 (file)
@@ -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