brintos

brintos / linux-shallow public Read only

0
0
Text · 430 B · 0634b42 Raw
18 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config CORDIC3	tristate "CORDIC algorithm"4	help5	  This option provides an implementation of the CORDIC algorithm;6	  calculations are in fixed point. Module will be called cordic.7 8config PRIME_NUMBERS9	tristate "Simple prime number generator for testing"10	help11	  This option provides a simple prime number generator for test12	  modules.13 14	  If unsure, say N.15 16config RATIONAL17	tristate18