power: rk81x battery: use get_monotonic_boottime to get system run time
[firefly-linux-kernel-4.4.55.git] / lib / Kconfig
index 06d94d885877f4f3bdc19edde8c3744332ad9415..d4b45ac3539751d606378ceeac2b01402dc7badf 100644 (file)
@@ -346,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
 #