kernel: enable CONFIG_HW_RANDOM to be built-in (#508694)

This commit is contained in:
K900
2026-04-10 20:50:31 +00:00
committed by GitHub
@@ -825,6 +825,8 @@ let
whenOlder "6.2" yes
); # allow RDRAND to seed the RNG
RANDOM_TRUST_BOOTLOADER = whenOlder "6.2" yes; # allow the bootloader to seed the RNG
# only when compiled as yes, TPM 2.0 will automatically seed the kernel RNG
HW_RANDOM = yes;
MODULE_SIG = no; # r13y, generates a random key during build and bakes it in
# Depends on MODULE_SIG and only really helps when you sign your modules