Generate some entropy during boot and runtime

configname: CONFIG_GCC_PLUGIN_LATENT_ENTROPY

Linux Kernel Configuration
└─>General architecture-dependent options
└─>GCC plugins
└─>Generate some entropy during boot and runtime
In linux kernel since version 4.1 (release Date: 2015-06-21)  
By saying Y here the kernel will instrument some kernel code to
extract some entropy from both original and artificially created
program state. This will help especially embedded systems where
there is little 'natural' source of entropy normally. The cost
is some slowdown of the boot process (about 0.5%) and fork and
irq processing.

Note that entropy extracted this way is not cryptographically
secure!

This plugin was ported from grsecurity/PaX. More information at:
* https://grsecurity.net/
* https://pax.grsecurity.net/