mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
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:
+1
-1
Submodule arch updated: 3bdc50ab54...fd3e50c9ce
+1
-1
Submodule configs updated: d0a45f2a33...2aaa660a92
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user