kbuild: add CONFIG_ASM_MODVERSIONS
[sfrench/cifs-2.6.git] / init / Kconfig
index bd7d650d4a996c7c10d2349a340f52c1f99c1e49..bf971b5c707de0eeb12bfa00abf234079dedfbac 100644 (file)
@@ -1989,6 +1989,14 @@ config MODVERSIONS
          make them incompatible with the kernel you are running.  If
          unsure, say N.
 
+config ASM_MODVERSIONS
+       bool
+       default HAVE_ASM_MODVERSIONS && MODVERSIONS
+       help
+         This enables module versioning for exported symbols also from
+         assembly. This can be enabled only when the target architecture
+         supports it.
+
 config MODULE_REL_CRCS
        bool
        depends on MODVERSIONS