From: Anders Roxell Date: Wed, 21 Feb 2018 22:46:05 +0000 (-0800) Subject: lib/Kconfig.debug: enable RUNTIME_TESTING_MENU X-Git-Tag: v4.19~1542^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=908009e832b4e58796ed95d4544e3210bc0ff2c4;p=platform%2Fkernel%2Flinux-rpi.git lib/Kconfig.debug: enable RUNTIME_TESTING_MENU 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. Link: http://lkml.kernel.org/r/20180214133015.10090-1-anders.roxell@linaro.org Fixes: d3deafaa8b5c ("lib/: make RUNTIME_TESTS a menuconfig to easedisabling it all") Signed-off-by: Anders Roxell Cc: Vincent Legoll Cc: Ingo Molnar Cc: Byungchul Park Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 6088408..64155e3 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