diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index a4e5d93b0f41..ee9f030b6951 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -1289,6 +1289,18 @@ config RBTREE_TEST | |||
1289 | A benchmark measuring the performance of the rbtree library. | 1289 | A benchmark measuring the performance of the rbtree library. |
1290 | Also includes rbtree invariant checks. | 1290 | Also includes rbtree invariant checks. |
1291 | 1291 | ||
1292 | config PRIO_TREE_TEST | ||
1293 | tristate "Prio tree test" | ||
1294 | depends on m && DEBUG_KERNEL | ||
1295 | help | ||
1296 | A benchmark measuring the performance of the prio tree library | ||
1297 | |||
1298 | config INTERVAL_TREE_TEST | ||
1299 | tristate "Interval tree test" | ||
1300 | depends on m && DEBUG_KERNEL | ||
1301 | help | ||
1302 | A benchmark measuring the performance of the interval tree library | ||
1303 | |||
1292 | config PROVIDE_OHCI1394_DMA_INIT | 1304 | config PROVIDE_OHCI1394_DMA_INIT |
1293 | bool "Remote debugging over FireWire early on boot" | 1305 | bool "Remote debugging over FireWire early on boot" |
1294 | depends on PCI && X86 | 1306 | depends on PCI && X86 |