--- zzzz-none-000/linux-4.9.276/drivers/char/hw_random/Kconfig 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/drivers/char/hw_random/Kconfig 2023-04-05 08:19:01.000000000 +0000 @@ -439,3 +439,12 @@ (check your distro, or download from http://sourceforge.net/projects/gkernel/). rngd periodically reads /dev/hwrng and injects the entropy into /dev/random. + +config SHM_RNG_SEED + tristate "Shared memory based rng seed communication" + select OF_RESERVED_MEM if (SHM_RNG_SEED=y) + help + This option enables a shared memory based communication channel to + be used to pass random data from one node to another. This can be + used for e.g. a bootloader communicating a seed for KASLR to the + loaded kernel.