xref: /linux/lib/math/Kconfig (revision 762f99f4f3cb41a775b5157dd761217beba65873)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
22c64e9cbSAndy Shevchenkoconfig CORDIC
32c64e9cbSAndy Shevchenko	tristate "CORDIC algorithm"
42c64e9cbSAndy Shevchenko	help
52c64e9cbSAndy Shevchenko	  This option provides an implementation of the CORDIC algorithm;
62c64e9cbSAndy Shevchenko	  calculations are in fixed point. Module will be called cordic.
72c64e9cbSAndy Shevchenko
82c64e9cbSAndy Shevchenkoconfig PRIME_NUMBERS
9d0676871SMasami Hiramatsu	tristate "Simple prime number generator for testing"
10d0676871SMasami Hiramatsu	help
11d0676871SMasami Hiramatsu	  This option provides a simple prime number generator for test
12d0676871SMasami Hiramatsu	  modules.
13d0676871SMasami Hiramatsu
14d0676871SMasami Hiramatsu	  If unsure, say N.
152c64e9cbSAndy Shevchenko
162c64e9cbSAndy Shevchenkoconfig RATIONAL
17*bcda5fd3SGeert Uytterhoeven	tristate
18