aboutsummaryrefslogtreecommitdiffstats
path: root/lib/math/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/math/Kconfig')
-rw-r--r--lib/math/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/math/Kconfig b/lib/math/Kconfig
new file mode 100644
index 000000000000..73bdf37178d1
--- /dev/null
+++ b/lib/math/Kconfig
@@ -0,0 +1,11 @@
+config CORDIC
+ tristate "CORDIC algorithm"
+ help
+ This option provides an implementation of the CORDIC algorithm;
+ calculations are in fixed point. Module will be called cordic.
+
+config PRIME_NUMBERS
+ tristate
+
+config RATIONAL
+ bool