From: Davidlohr Bueso Date: Mon, 10 Jul 2017 22:51:43 +0000 (-0700) Subject: lib/interval_tree_test.c: allow the module to be compiled-in X-Git-Tag: v4.13-rc1~62^2~25 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0f789b67647205b77dee56fcc27a7d8de3fcd52e;p=uclinux-h8%2Flinux.git lib/interval_tree_test.c: allow the module to be compiled-in Patch series "lib/interval_tree_test: some debugging improvements". Here are some patches that update the interval_tree_test module allowing users to pass finer grained options to run the actual test. This patch (of 4): It is a tristate after all, and also serves well for quick debugging. Link: http://lkml.kernel.org/r/20170518174936.20265-2-dave@stgolabs.net Signed-off-by: Davidlohr Bueso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index ca9460f049b8..e20fc079bebd 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1594,7 +1594,7 @@ config RBTREE_TEST config INTERVAL_TREE_TEST tristate "Interval tree test" - depends on m && DEBUG_KERNEL + depends on DEBUG_KERNEL select INTERVAL_TREE help A benchmark measuring the performance of the interval tree library