]> 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>
Sun, 7 Feb 2021 16:42:19 +0000 (11:42 -0500)
commitecce6978decb1c4efc301ab94c2327d84193929a
treee9f88f079836a92702d60a581f497ddf15bfa2a2
parent6137ef266e9fd9f2d1272bc984b9aff059d95c7c
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