xref: /linux/lib/math/Kconfig (revision 5a1292137e89c8c4b12076b17427eb00f788a4ed)
1# SPDX-License-Identifier: GPL-2.0-only
2config CORDIC
3	tristate "CORDIC algorithm"
4	help
5	  This option provides an implementation of the CORDIC algorithm;
6	  calculations are in fixed point. Module will be called cordic.
7
8config POLYNOMIAL
9       tristate
10
11config PRIME_NUMBERS
12	tristate "Simple prime number generator for testing"
13	help
14	  This option provides a simple prime number generator for test
15	  modules.
16
17	  If unsure, say N.
18
19config RATIONAL
20	tristate
21