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:
Gregory Nutt
2016-03-30 07:58:09 -06:00
parent 751e85eade
commit 35ab1697cd
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ config ARCH_HAVE_RNG
config DEV_RANDOM
bool "Enable /dev/random"
default n
default y
depends on ARCH_HAVE_RNG
source drivers/loop/Kconfig