| menuconfig ENTROPY_NATIVE_POSIX | |
| bool "Native posix entropy driver" | |
| depends on ENTROPY_GENERATOR && ARCH_POSIX | |
| default n | |
| select ENTROPY_HAS_DRIVER | |
| help | |
| This option enables the random number generator for the | |
| native_posix board (ARCH_POSIX). This is based on the host random() API. |