lkml.org 
[lkml]   [2021]   [Dec]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH -next] lib: TEST_REF_TRACKER should depend on REF_TRACKER instead of selecting it
Date
TEST_REF_TRACKER selects REF_TRACKER, thus enabling an optional feature
the user may not want to have enabled. Fix this by making the test
depend on REF_TRACKER instead.

Fixes: 914a7b5000d08f14 ("lib: add tests for reference tracker")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
lib/Kconfig.debug | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index c77fe36bb3d89685..d5e4afee09d78a1e 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -2114,8 +2114,7 @@ config BACKTRACE_SELF_TEST

config TEST_REF_TRACKER
tristate "Self test for reference tracker"
- depends on DEBUG_KERNEL && STACKTRACE_SUPPORT
- select REF_TRACKER
+ depends on DEBUG_KERNEL && STACKTRACE_SUPPORT && REF_TRACKER
help
This option provides a kernel module performing tests
using reference tracker infrastructure.
--
2.25.1
\
 
 \ /
  Last update: 2021-12-15 10:37    [W:0.049 / U:0.292 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site