net: Switch net dependency to CONFIG_RANDOM_GENERATOR

The CONFIG_TEST_RANDOM_GENERATOR parameter is not intended for
production use.  Switch to CONFIG_RANDOM_GENERATOR.

Change-Id: Id6ce986259270455223ce6a42d19a3d9c9b1e642
Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
This commit is contained in:
Marcus Shawcroft 2016-12-12 22:01:24 +00:00 committed by Anas Nashif
commit b42587e9cd

View file

@ -48,7 +48,7 @@ config NETWORKING
select NANO_TIMEOUTS
select NANO_TIMERS
select NET_BUF
select TEST_RANDOM_GENERATOR
select RANDOM_GENERATOR
default n
help
This option enabled generic link layer and IP networking support.