summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
authorGeert Uytterhoeven2015-01-29 15:40:25 +0100
committerDavid S. Miller2015-01-31 03:06:33 +0100
commit9d6dbe1bbaf8bf03804c164fb67a98646bf2f622 (patch)
tree8d9dfb332d0cfea4f35d18e4cec4e0b7bbd3d86e /lib/Kconfig.debug
parentnet: mark some potential candidates __read_mostly (diff)
downloadkernel-qcow2-linux-9d6dbe1bbaf8bf03804c164fb67a98646bf2f622.tar.gz
kernel-qcow2-linux-9d6dbe1bbaf8bf03804c164fb67a98646bf2f622.tar.xz
kernel-qcow2-linux-9d6dbe1bbaf8bf03804c164fb67a98646bf2f622.zip
rhashtable: Make selftest modular
Allow the selftest on the resizable hash table to be built modular, just like all other tests that do not depend on DEBUG_KERNEL. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 5f2ce616c046..a8f3c9993229 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1586,7 +1586,7 @@ config TEST_KSTRTOX
tristate "Test kstrto*() family of functions at runtime"
config TEST_RHASHTABLE
- bool "Perform selftest on resizable hash table"
+ tristate "Perform selftest on resizable hash table"
default n
help
Enable this option to test the rhashtable functions at boot.