Commit 9e1b28b7 authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman

char: move RANDOM_TRUST_CPU & RANDOM_TRUST_BOOTLOADER into the Character devices menu

Include RANDOM_TRUST_CPU and RANDOM_TRUST_BOOTLOADER inside the
"Character devices" menu so that they are listed (presented)
with other Character devices.

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Hsin-Yi Wang <hsinyi@chromium.org>
Cc: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20210816000531.17934-1-rdunlap@infradead.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 16af5357
...@@ -427,8 +427,6 @@ config ADI ...@@ -427,8 +427,6 @@ config ADI
and SSM (Silicon Secured Memory). Intended consumers of this and SSM (Silicon Secured Memory). Intended consumers of this
driver include crash and makedumpfile. driver include crash and makedumpfile.
endmenu
config RANDOM_TRUST_CPU config RANDOM_TRUST_CPU
bool "Trust the CPU manufacturer to initialize Linux's CRNG" bool "Trust the CPU manufacturer to initialize Linux's CRNG"
depends on ARCH_RANDOM depends on ARCH_RANDOM
...@@ -452,3 +450,5 @@ config RANDOM_TRUST_BOOTLOADER ...@@ -452,3 +450,5 @@ config RANDOM_TRUST_BOOTLOADER
booloader is trustworthy so it will be added to the kernel's entropy booloader is trustworthy so it will be added to the kernel's entropy
pool. Otherwise, say N here so it will be regarded as device input that pool. Otherwise, say N here so it will be regarded as device input that
only mixes the entropy pool. only mixes the entropy pool.
endmenu
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment