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