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