OSDN Git Service

lib/interval_tree_test.c: allow the module to be compiled-in
[uclinux-h8/linux.git] / lib / Kconfig.debug
index ca9460f..e20fc07 100644 (file)
@@ -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