repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
spi: sprd: adi: Remove redundant address bits setting
[linux/fpc-iii.git]
/
lib
/
math
/
Kconfig
blob
15bd50d92308d983a67f61fe3d801fec544a5d60
1
# SPDX-License-Identifier: GPL-2.0-only
2
config 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
8
config PRIME_NUMBERS
9
tristate
10
11
config RATIONAL
12
bool