subsys: Add random subsystem

Some "random" drivers are not drivers at all: they just implement the
function `sys_rand32_get()`.  Move those to a random subsystem in
preparation for a reorganization.

Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
This commit is contained in:
Leandro Pereira 2017-10-13 15:45:02 -07:00 committed by Anas Nashif
commit adce1d1888
36 changed files with 70 additions and 64 deletions

View file

@ -125,7 +125,7 @@ extern "C" {
#include <fsl_common.h>
#include <device.h>
#include <misc/util.h>
#include <drivers/rand32.h>
#include <random/rand32.h>
/* For IMG_MANAGER */
#if defined(CONFIG_SOC_FLASH_MCUX)