Skip to content

Commit ab58fcf

Browse files
roxellhnaz
authored andcommitted
lib/Kconfig.debug: enable RUNTIME_TESTING_MENU
d3deafa ("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/[email protected] Fixes: d3deafa ("lib/: make RUNTIME_TESTS a menuconfig to easedisabling it all") Signed-off-by: Anders Roxell <[email protected]> Cc: Vincent Legoll <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Byungchul Park <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 62ae556 commit ab58fcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Kconfig.debug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,6 +1642,7 @@ config DMA_API_DEBUG
16421642

16431643
menuconfig RUNTIME_TESTING_MENU
16441644
bool "Runtime Testing"
1645+
def_bool y
16451646

16461647
if RUNTIME_TESTING_MENU
16471648

0 commit comments

Comments
 (0)