2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2019-05-15 06:43:05 +08: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 22:52:06 +08: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-15 06:43:05 +08:00
|
|
|
|
|
|
|
config RATIONAL
|
2021-09-08 10:58:33 +08:00
|
|
|
tristate
|