Merge tag 'acpi-6.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[linux-2.6-block.git] / lib / math / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
2c64e9cb
AS
2config 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
d0676871
MH
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.
2c64e9cb
AS
15
16config RATIONAL
bcda5fd3 17 tristate