rk3368: add extra name for grf,sgrf,pmu-grf syscon node
[firefly-linux-kernel-4.4.55.git] / lib / Kconfig
index fe01d418b09ae4d13a15b59039ef27602d1ad0f3..61b4be9e603bc302928ffc86528682af237f24ea 100644 (file)
@@ -337,6 +337,21 @@ config DQL
 config NLATTR
        bool
 
+config HAVE_PIE
+        bool
+        help
+          See Documentation/pie.txt for details.
+
+config PIE
+       bool "Embedded position independant executables"
+       depends on HAVE_PIE
+       select GENERIC_ALLOCATOR
+       help
+         This option adds support for embedding position indepentant (PIE)
+         executables into the kernel. The PIEs can then be copied into
+         genalloc regions such as SRAM and executed. Some platforms require
+         this for suspend/resume support.
+
 #
 # Generic 64-bit atomic support is selected if needed
 #