^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) config CORDIC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) tristate "CORDIC algorithm"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) This option provides an implementation of the CORDIC algorithm;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) calculations are in fixed point. Module will be called cordic.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) config PRIME_NUMBERS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) tristate "Simple prime number generator for testing"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) This option provides a simple prime number generator for test
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) modules.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) If unsure, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) config RATIONAL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) bool