]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - lib/math/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-jammy-kernel.git] / lib / math / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
2c64e9cb
AS
2config CORDIC
3 tristate "CORDIC algorithm"
4 help
5 This option provides an implementation of the CORDIC algorithm;
6 calculations are in fixed point. Module will be called cordic.
7
8config PRIME_NUMBERS
9 tristate
10
11config RATIONAL
12 bool