[PATCH] lib/Kconfig.debug: enable RUNTIME_TESTING_MENU

From: Anders Roxell
Date: Wed Feb 14 2018 - 08:30:31 EST


commit d3deafaa8b5c ("lib/: make RUNTIME_TESTS a menuconfig to ease
disabling it all") causes a regression when using runtime tests due to it
defaults RUNTIME_TESTING_MENU to not set.

Fixes: d3deafaa8b5c ("lib/: make RUNTIME_TESTS a menuconfig to
easedisabling it all")
Signed-off-by: Anders Roxell <anders.roxell@xxxxxxxxxx>
---
lib/Kconfig.debug | 1 +
1 file changed, 1 insertion(+)

diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 6088408ef26c..64155e310a9f 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1642,6 +1642,7 @@ config DMA_API_DEBUG

menuconfig RUNTIME_TESTING_MENU
bool "Runtime Testing"
+ def_bool y

if RUNTIME_TESTING_MENU

--
2.11.0