diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 0d5c762532a5..95bda87a3e84 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -748,6 +748,15 @@ config DEBUG_LIST | |||
748 | 748 | ||
749 | If unsure, say N. | 749 | If unsure, say N. |
750 | 750 | ||
751 | config TEST_LIST_SORT | ||
752 | bool "Linked list sorting test" | ||
753 | depends on DEBUG_KERNEL | ||
754 | help | ||
755 | Enable this to turn on 'list_sort()' function test. This test is | ||
756 | executed only once during system boot, so affects only boot time. | ||
757 | |||
758 | If unsure, say N. | ||
759 | |||
751 | config DEBUG_SG | 760 | config DEBUG_SG |
752 | bool "Debug SG table operations" | 761 | bool "Debug SG table operations" |
753 | depends on DEBUG_KERNEL | 762 | depends on DEBUG_KERNEL |