xref: /linux/lib/math/Kconfig (revision 901b5732fbcc5a7f48c3ebf3f9ed51e07e10abd9)
1config CORDIC
2	tristate "CORDIC algorithm"
3	help
4	  This option provides an implementation of the CORDIC algorithm;
5	  calculations are in fixed point. Module will be called cordic.
6
7config PRIME_NUMBERS
8	tristate
9
10config RATIONAL
11	bool
12