From dfd122623a0dd0c765d2619b0b8287cf45981b08 Mon Sep 17 00:00:00 2001
From: Anders Roxell <anders.roxell@linaro.org>
Date: Wed, 14 Feb 2018 10:15:01 +0100
Subject: [PATCH] selftests/lib/config: enable RUNTIME_TESTING_MENU

Commit sha d3deafaa8b5c (lib/: make RUNTIME_TESTS a menuconfig to ease
disabling it all) makes it easier to enable/disable runtime test
fragment. Default it is turned off.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 tools/testing/selftests/lib/config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/lib/config b/tools/testing/selftests/lib/config
index 126933bcc950..d1fe14c2c8cb 100644
--- a/tools/testing/selftests/lib/config
+++ b/tools/testing/selftests/lib/config
@@ -1,3 +1,4 @@
+CONFIG_RUNTIME_TESTING_MENU=y
 CONFIG_TEST_PRINTF=m
 CONFIG_TEST_BITMAP=m
 CONFIG_PRIME_NUMBERS=m
-- 
2.11.0

