xref: /kernel/linux/linux-6.6/lib/math/Kconfig (revision 62306a36)
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ciconfig CORDIC
362306a36Sopenharmony_ci	tristate "CORDIC algorithm"
462306a36Sopenharmony_ci	help
562306a36Sopenharmony_ci	  This option provides an implementation of the CORDIC algorithm;
662306a36Sopenharmony_ci	  calculations are in fixed point. Module will be called cordic.
762306a36Sopenharmony_ci
862306a36Sopenharmony_ciconfig PRIME_NUMBERS
962306a36Sopenharmony_ci	tristate "Simple prime number generator for testing"
1062306a36Sopenharmony_ci	help
1162306a36Sopenharmony_ci	  This option provides a simple prime number generator for test
1262306a36Sopenharmony_ci	  modules.
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci	  If unsure, say N.
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ciconfig RATIONAL
1762306a36Sopenharmony_ci	tristate
18