diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2022-09-03 20:48:02 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2022-09-03 20:48:02 -0400 |
commit | 92d5fd956cd8e11733991d252a2827e6a8b3e9c1 (patch) | |
tree | 9daeaeeba220ec8ad1e2888e4ab39462808b7ccd /lib/math/Kconfig | |
parent | c9addd8e9b65bdc685b31454e8b0b675649ad52e (diff) |
fixup! lib: add mean and variance module.mean_and_variance_fixups
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 |