diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 28be08c09bab..77ebaa3dfa12 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -1463,5 +1463,8 @@ source "lib/Kconfig.kgdb" | |||
1463 | 1463 | ||
1464 | source "lib/Kconfig.kmemcheck" | 1464 | source "lib/Kconfig.kmemcheck" |
1465 | 1465 | ||
1466 | config TEST_STRING_HELPERS | ||
1467 | tristate "Test functions located in the string_helpers module at runtime" | ||
1468 | |||
1466 | config TEST_KSTRTOX | 1469 | config TEST_KSTRTOX |
1467 | tristate "Test kstrto*() family of functions at runtime" | 1470 | tristate "Test kstrto*() family of functions at runtime" |