[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20180214133015.10090-1-anders.roxell@linaro.org>
Date: Wed, 14 Feb 2018 14:30:15 +0100
From: Anders Roxell <anders.roxell@...aro.org>
To: akpm@...ux-foundation.org, mingo@...nel.org,
byungchul.park@....com, paulmck@...ux.vnet.ibm.com,
peterz@...radead.org
Cc: linux-kernel@...r.kernel.org,
Anders Roxell <anders.roxell@...aro.org>
Subject: [PATCH] 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.
Fixes: d3deafaa8b5c ("lib/: make RUNTIME_TESTS a menuconfig to
easedisabling it all")
Signed-off-by: Anders Roxell <anders.roxell@...aro.org>
---
lib/Kconfig.debug | 1 +
1 file changed, 1 insertion(+)
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
--
2.11.0
Powered by blists - more mailing lists