xref: /linux/lib/math/Kconfig (revision ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1)
1*ec8f24b7SThomas 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
92c64e9cbSAndy Shevchenko	tristate
102c64e9cbSAndy Shevchenko
112c64e9cbSAndy Shevchenkoconfig RATIONAL
122c64e9cbSAndy Shevchenko	bool
13