blob: 15bd50d92308d983a67f61fe3d801fec544a5d60 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Andy Shevchenko2c64e9c2019-05-14 15:43:05 -07002config 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 PRIME_NUMBERS
9 tristate
10
11config RATIONAL
12 bool