CONFIG_DEV_RANDOM depends on CONFIG_ARCH_HAVE_RNG which is selected with MCU-specific RNG H/W is enabled. So correct default is y; you almost certainly want /dev/random as well.
This commit is contained in:
parent
751e85eade
commit
35ab1697cd
2
arch
2
arch
@ -1 +1 @@
|
|||||||
Subproject commit 3bdc50ab54041c2b730d31c646df44261c7a7cae
|
Subproject commit fd3e50c9ce139013fb1bc45bd39ebc0dcd9ddc05
|
2
configs
2
configs
@ -1 +1 @@
|
|||||||
Subproject commit d0a45f2a33120a09391bba3f5e04379f3f6d9808
|
Subproject commit 2aaa660a92533f98f92c84d198562da180c6715d
|
@ -27,7 +27,7 @@ config ARCH_HAVE_RNG
|
|||||||
|
|
||||||
config DEV_RANDOM
|
config DEV_RANDOM
|
||||||
bool "Enable /dev/random"
|
bool "Enable /dev/random"
|
||||||
default n
|
default y
|
||||||
depends on ARCH_HAVE_RNG
|
depends on ARCH_HAVE_RNG
|
||||||
|
|
||||||
source drivers/loop/Kconfig
|
source drivers/loop/Kconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user