Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof...
[linux-block.git] / arch / Kconfig
index 763b1b5e4f410cd386df61432a00cb2dd7c1b4c8..904ed51736d4fd230127b584fdf291be69371c8c 100644 (file)
@@ -892,6 +892,12 @@ config MODULES_USE_ELF_REL
          Modules only use ELF REL relocations.  Modules with ELF RELA
          relocations will give an error.
 
+config ARCH_WANTS_MODULES_DATA_IN_VMALLOC
+       bool
+       help
+         For architectures like powerpc/32 which have constraints on module
+         allocation and need to allocate module data outside of module area.
+
 config HAVE_IRQ_EXIT_ON_IRQ_STACK
        bool
        help