Unverified Commit dbe0cf5d authored by K900's avatar K900 Committed by GitHub
Browse files

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

parents 895e8ce6 24941111
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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