Go to file
Marcus Shawcroft 954baea90b random: Restructure RANDOM Kconfig
Restructure the RANDOM Kconfig to match the structure used in other
drivers with a single top level menu.  Move the true random number
generators to appear first in the menu, with pseudo generators at the
bottom.  Do not present pseudo generators if a true random generator
is presented.

This change implies that tests, samples and applications that require
the random driver interface must now select CONFIG_RANDOM_GENERATOR.

In order for tests and samples to build (and run) on platforms that
have no random driver it remains necessary to select
the CONFIG_TEST_RANDOM_GENERATOR.

Note that CONFIG_TEST_RANDOM_GENERATOR retains its original purpose of
enabling a random driver that delivers non random numbers for the
purpose of testing only.

Change-Id: I2e28e44b4adf800e64a885aefe36a52da8aa455a
Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
2016-12-13 22:50:18 +00:00
.known-issues
arch arc: Add cc to clobber list for sleep instruction 2016-12-12 22:06:29 +00:00
boards hexiwear_k64: Add pin init using ksdk pinmux driver 2016-12-10 21:14:12 +00:00
doc net: buf: Redesigned pool & buffer allocation API 2016-12-13 21:41:53 +00:00
drivers random: Restructure RANDOM Kconfig 2016-12-13 22:50:18 +00:00
ext pwm/stm32: add PWM driver for STM32 F1/F4/L4 2016-12-06 10:31:46 -06:00
include sensor: remove SENSOR_VALUE_TYPE_INT 2016-12-13 21:51:10 +00:00
kernel kernel: disable MDEF by default 2016-12-12 20:25:07 +00:00
lib net: buf: Redesigned pool & buffer allocation API 2016-12-13 21:41:53 +00:00
misc printk: Export _vprintk similar to how _prf is exported 2016-12-11 04:26:05 +00:00
samples random: Restructure RANDOM Kconfig 2016-12-13 22:50:18 +00:00
scripts scripts: remove old qemu patch 2016-12-12 20:25:06 +00:00
subsys net: buf: Redesigned pool & buffer allocation API 2016-12-13 21:41:53 +00:00
tests random: Restructure RANDOM Kconfig 2016-12-13 22:50:18 +00:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
LICENSING.rst
MAINTAINERS MAINTAINERS: Update network applications section 2016-12-11 19:09:25 -06:00
Makefile Merge "Merge net branch into master" 2016-12-05 15:56:26 +00:00
Makefile.inc
release-notes.rst release-note: initial import with 1.6 release notes 2016-12-03 00:06:23 -05:00
zephyr-env.sh