Skip to content

Commit

Permalink
Enable CONFIG_ARCH_RANDOM
Browse files Browse the repository at this point in the history
It's a dependency of CONFIG_RANDOM_TRUST_CPU, so that stubdomain can
have some randomness early.
  • Loading branch information
marmarek committed May 12, 2024
1 parent 3412fee commit cc82a9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux/config/20-qemu
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CONFIG_FUTEX=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_SECCOMP=y
CONFIG_FILE_LOCKING=y
CONFIG_ARCH_RANDOM=y
CONFIG_RANDOM_TRUST_CPU=y

## network setup
Expand Down

0 comments on commit cc82a9a

Please sign in to comment.