xref: /linux/lib/math/Kconfig (revision d0676871fd52f575cc2bfec4faa2fcbc8af370e8)
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
9*d0676871SMasami Hiramatsu	tristate "Simple prime number generator for testing"
10*d0676871SMasami Hiramatsu	help
11*d0676871SMasami Hiramatsu	  This option provides a simple prime number generator for test
12*d0676871SMasami Hiramatsu	  modules.
13*d0676871SMasami Hiramatsu
14*d0676871SMasami Hiramatsu	  If unsure, say N.
152c64e9cbSAndy Shevchenko
162c64e9cbSAndy Shevchenkoconfig RATIONAL
172c64e9cbSAndy Shevchenko	bool
18