mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Implementation of /dev/random using the STM32 Random Number Generator (RNG)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5207 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -11,6 +11,14 @@ config DEV_ZERO
|
||||
bool "Enable /dev/zero"
|
||||
default n
|
||||
|
||||
config ARCH_HAVE_RNG
|
||||
bool
|
||||
|
||||
config DEV_RANDOM
|
||||
bool "Enable /dev/random"
|
||||
default n
|
||||
depends on ARCH_HAVE_RNG
|
||||
|
||||
config LOOP
|
||||
bool "Enable loop device"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user