From ca60fe86bf688eef4baaa426b74375dbbe562d87 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 22 Aug 2020 12:58:05 -0400 Subject: [PATCH] kconfig: Random number generator Change top level menu to be more clear (Random subsystem sound funny). Signed-off-by: Anas Nashif --- subsys/random/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/random/Kconfig b/subsys/random/Kconfig index e7ba99f9fbb..2e9061aee87 100644 --- a/subsys/random/Kconfig +++ b/subsys/random/Kconfig @@ -3,7 +3,7 @@ # Copyright (c) 2017 Intel Corporation # SPDX-License-Identifier: Apache-2.0 -menu "Random subsystem" +menu "Random Number Generators" config TEST_RANDOM_GENERATOR bool "Non-random number generator"