ARM: dtsi: rk3228: add psci support
[firefly-linux-kernel-4.4.55.git] / lib / Kconfig
index fe01d418b09ae4d13a15b59039ef27602d1ad0f3..d4b45ac3539751d606378ceeac2b01402dc7badf 100644 (file)
@@ -189,6 +189,15 @@ config LZO_COMPRESS
 config LZO_DECOMPRESS
        tristate
 
+config LZ4_COMPRESS
+       tristate
+
+config LZ4HC_COMPRESS
+       tristate
+
+config LZ4_DECOMPRESS
+       tristate
+
 source "lib/xz/Kconfig"
 
 #
@@ -337,6 +346,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
 #