diff mbox series

lib/Kconfig.debug: enable RUNTIME_TESTING_MENU

Message ID 20180214133015.10090-1-anders.roxell@linaro.org
State Accepted
Commit 908009e832b4e58796ed95d4544e3210bc0ff2c4
Headers show
Series lib/Kconfig.debug: enable RUNTIME_TESTING_MENU | expand

Commit Message

Anders Roxell Feb. 14, 2018, 1:30 p.m. UTC
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@linaro.org>

---
 lib/Kconfig.debug | 1 +
 1 file changed, 1 insertion(+)

-- 
2.11.0
diff mbox series

Patch

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