Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andy Shevchenko | 2c64e9c | 2019-05-14 15:43:05 -0700 | [diff] [blame] | 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 |
Masami Hiramatsu | d067687 | 2020-05-28 23:52:06 +0900 | [diff] [blame] | 9 | 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 Shevchenko | 2c64e9c | 2019-05-14 15:43:05 -0700 | [diff] [blame] | 15 | |
| 16 | config RATIONAL |
Geert Uytterhoeven | bcda5fd | 2021-09-07 19:58:33 -0700 | [diff] [blame] | 17 | tristate |