diff options
Diffstat (limited to 'lib/math/Kconfig')
-rw-r--r-- | lib/math/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/math/Kconfig b/lib/math/Kconfig index 33aa9afc1ce8..12fe28622e82 100644 --- a/lib/math/Kconfig +++ b/lib/math/Kconfig @@ -17,10 +17,7 @@ config RATIONAL tristate config MEAN_AND_VARIANCE - tristate "fast incremental integer mean and vairance module" - help - This option provides functions for calculating mean and standard - deviation incrementally, standard and expotentially weighted variants" + tristate config MEAN_AND_VARIANCE_UNIT_TEST tristate "mean_and_variance unit tests" if !KUNIT_ALL_TESTS |