aboutsummaryrefslogtreecommitdiffstats
path: root/lib/math/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/math/Kconfig')
-rw-r--r--lib/math/Kconfig9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/math/Kconfig b/lib/math/Kconfig
index 15bd50d92308..0634b428d0cb 100644
--- a/lib/math/Kconfig
+++ b/lib/math/Kconfig
@@ -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
+ tristate