Skip to content

Commit 9e1b28b

Browse files
rddunlapgregkh
authored andcommitted
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 <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Hsin-Yi Wang <[email protected]> Cc: Theodore Ts'o <[email protected]> Signed-off-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 16af535 commit 9e1b28b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/char/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,6 @@ config ADI
427427
and SSM (Silicon Secured Memory). Intended consumers of this
428428
driver include crash and makedumpfile.
429429

430-
endmenu
431-
432430
config RANDOM_TRUST_CPU
433431
bool "Trust the CPU manufacturer to initialize Linux's CRNG"
434432
depends on ARCH_RANDOM
@@ -452,3 +450,5 @@ config RANDOM_TRUST_BOOTLOADER
452450
booloader is trustworthy so it will be added to the kernel's entropy
453451
pool. Otherwise, say N here so it will be regarded as device input that
454452
only mixes the entropy pool.
453+
454+
endmenu

0 commit comments

Comments
 (0)