]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
kernel: Compile RNG drivers into the kernel
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 Jan 2021 10:52:30 +0000 (10:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 13 Jan 2021 11:23:36 +0000 (11:23 +0000)
commit0cfce8be628506939c1978af067b719df13bc9e6
tree1a12cb59aa2254401c115d7383eed544fb0d993f
parentd39c52bb69f8fabbd0bd47e0050103aff00e95ac
kernel: Compile RNG drivers into the kernel

The kernel will try to gather entropy really early in the boot process
where those device drivers might not have been loaded yet. They are
small and can therefore be compiled into the kernel like we already do
on ARM.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/kernel/kernel.config.i586-ipfire
config/kernel/kernel.config.x86_64-ipfire
config/rootfiles/common/i586/linux
config/rootfiles/common/x86_64/linux