kernel: enable CONFIG_HW_RANDOM to be built-in (#508694)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user