arm64: add support for module PLTs
[deliverable/linux.git] / arch / arm64 / Kconfig
index cfa1cc90ebf46ea3b3e1822969e5a4e5a611eec0..c85c29d660bd6a6dcd91e881ec44c7b4d4e62ebb 100644 (file)
@@ -395,6 +395,7 @@ config ARM64_ERRATUM_843419
        bool "Cortex-A53: 843419: A load or store might access an incorrect address"
        depends on MODULES
        default y
+       select ARM64_MODULE_CMODEL_LARGE
        help
          This option builds kernel modules using the large memory model in
          order to avoid the use of the ADRP instruction, which can cause
@@ -778,6 +779,14 @@ config ARM64_UAO
          regular load/store instructions if the cpu does not implement the
          feature.
 
+config ARM64_MODULE_CMODEL_LARGE
+       bool
+
+config ARM64_MODULE_PLTS
+       bool
+       select ARM64_MODULE_CMODEL_LARGE
+       select HAVE_MOD_ARCH_SPECIFIC
+
 endmenu
 
 menu "Boot options"
This page took 0.026289 seconds and 5 git commands to generate.