blob: 0634b428d0cb7f86eb82ec5a4d3e0bc504035cec [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
Masami Hiramatsud0676872020-05-28 23:52:06 +09009 tristate "Simple prime number generator for testing"
10 help
11 This option provides a simple prime number generator for test
12 modules.
13
14 If unsure, say N.
Andy Shevchenko2c64e9c2019-05-14 15:43:05 -070015
16config RATIONAL
Geert Uytterhoevenbcda5fd2021-09-07 19:58:33 -070017 tristate