Skip to content

Commit

Permalink
lib/Kconfig.debug: enable RUNTIME_TESTING_MENU
Browse files Browse the repository at this point in the history
Commit 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]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
roxell authored and torvalds committed Feb 21, 2018
1 parent 698d083 commit 908009e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -1642,6 +1642,7 @@ config DMA_API_DEBUG

menuconfig RUNTIME_TESTING_MENU
bool "Runtime Testing"
def_bool y

if RUNTIME_TESTING_MENU

Expand Down

0 comments on commit 908009e

Please sign in to comment.