]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/Kconfig.debug
lib: add module support to linked list sorting tests
[mirror_ubuntu-artful-kernel.git] / lib / Kconfig.debug
index de3f7c151320067f144fc48d5a9599b8cfddaecf..e4587ebe52c7ec3c7923c661dea9b8f15b77bd8e 100644 (file)
@@ -1719,11 +1719,12 @@ config LKDTM
        Documentation/fault-injection/provoke-crashes.txt
 
 config TEST_LIST_SORT
-       bool "Linked list sorting test"
-       depends on DEBUG_KERNEL
+       tristate "Linked list sorting test"
+       depends on DEBUG_KERNEL || m
        help
          Enable this to turn on 'list_sort()' function test. This test is
-         executed only once during system boot, so affects only boot time.
+         executed only once during system boot (so affects only boot time),
+         or at module load time.
 
          If unsure, say N.