]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - lib/math/Kconfig
Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
[thirdparty/linux.git] / lib / math / Kconfig
index 15bd50d92308d983a67f61fe3d801fec544a5d60..f19bc9734fa7cc4bbeed221b2ec23c870b2bf9d6 100644 (file)
@@ -6,7 +6,12 @@ config CORDIC
          calculations are in fixed point. Module will be called cordic.
 
 config PRIME_NUMBERS
-       tristate
+       tristate "Simple prime number generator for testing"
+       help
+         This option provides a simple prime number generator for test
+         modules.
+
+         If unsure, say N.
 
 config RATIONAL
        bool