X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FKconfig;h=61b4be9e603bc302928ffc86528682af237f24ea;hb=be11cff0b0b4ee9d729501881124c9a6a863a7db;hp=fe01d418b09ae4d13a15b59039ef27602d1ad0f3;hpb=a8a07fffe4ecab7b77a4009ed317361385616aec;p=firefly-linux-kernel-4.4.55.git diff --git a/lib/Kconfig b/lib/Kconfig index fe01d418b09a..61b4be9e603b 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -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 #