diff options
| author | Petr Mladek <pmladek@suse.com> | 2021-06-29 09:51:58 +0200 |
|---|---|---|
| committer | Petr Mladek <pmladek@suse.com> | 2021-06-29 09:51:58 +0200 |
| commit | d8c032145fccfead0c3f733e7b6aaa4e81f9d326 (patch) | |
| tree | 7b150b83d4341c8bc646f33a7b0cb928dab4ee8a /lib/Kconfig.debug | |
| parent | 80ae552917228b97ca9f7df83f74ac306d6fd68f (diff) | |
| parent | d327ea15a305024ef0085252fa3657bbb1ce25f5 (diff) | |
| download | linux-d8c032145fccfead0c3f733e7b6aaa4e81f9d326.tar.bz2 | |
Merge branch 'for-5.14-vsprintf-scanf' into for-linus
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 2c7f46b366f1..dc437a171c0f 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -2163,6 +2163,9 @@ config TEST_KSTRTOX config TEST_PRINTF tristate "Test printf() family of functions at runtime" +config TEST_SCANF + tristate "Test scanf() family of functions at runtime" + config TEST_BITMAP tristate "Test bitmap_*() family of functions at runtime" help |