aboutsummaryrefslogtreecommitdiffstats
path: root/lib/math/Kconfig
blob: 73bdf37178d1e9512bf0c83ac6d80acc91c7b22f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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