2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2019-05-14 22:43:05 +00:00
|
|
|
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
|
2020-05-28 14:52:06 +00:00
|
|
|
tristate "Simple prime number generator for testing"
|
|
|
|
help
|
|
|
|
This option provides a simple prime number generator for test
|
|
|
|
modules.
|
|
|
|
|
|
|
|
If unsure, say N.
|
2019-05-14 22:43:05 +00:00
|
|
|
|
|
|
|
config RATIONAL
|
2021-09-08 02:58:33 +00:00
|
|
|
tristate
|