diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2015-01-29 15:40:25 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-01-30 18:06:33 -0800 |
commit | 9d6dbe1bbaf8bf03804c164fb67a98646bf2f622 (patch) | |
tree | 8d9dfb332d0cfea4f35d18e4cec4e0b7bbd3d86e /lib/Kconfig.debug | |
parent | 207895fd388c7c4c48bc33055cd726d9e750298c (diff) | |
download | linux-9d6dbe1bbaf8bf03804c164fb67a98646bf2f622.tar.bz2 |
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.debug | 2 |
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. |