]> git.baikalelectronics.ru Git - kernel.git/commit
lib/Kconfig.debug: enable RUNTIME_TESTING_MENU
authorAnders Roxell <anders.roxell@linaro.org>
Wed, 21 Feb 2018 22:46:05 +0000 (14:46 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Feb 2018 23:35:43 +0000 (15:35 -0800)
commitaeb13b5c2034d949f3f6776c417a0a80f21e44fa
tree1b5ac44b78bb11ec3e998589e736ef27707512e2
parent78e07d2570d3b2e72fa65cbfa706ff8ea8a84aa5
lib/Kconfig.debug: enable RUNTIME_TESTING_MENU

Commit 9fc3103b1129 ("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: 9fc3103b1129 ("lib/: make RUNTIME_TESTS a menuconfig to easedisabling it all")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Cc: Vincent Legoll <vincent.legoll@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Byungchul Park <byungchul.park@lge.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/Kconfig.debug