diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 652bea9054f0..c9eef36739a9 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -1461,7 +1461,7 @@ config BACKTRACE_SELF_TEST | |||
1461 | 1461 | ||
1462 | config RBTREE_TEST | 1462 | config RBTREE_TEST |
1463 | tristate "Red-Black tree test" | 1463 | tristate "Red-Black tree test" |
1464 | depends on m && DEBUG_KERNEL | 1464 | depends on DEBUG_KERNEL |
1465 | help | 1465 | help |
1466 | A benchmark measuring the performance of the rbtree library. | 1466 | A benchmark measuring the performance of the rbtree library. |
1467 | Also includes rbtree invariant checks. | 1467 | Also includes rbtree invariant checks. |