Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config CORDIC
0003         tristate "CORDIC algorithm"
0004         help
0005           This option provides an implementation of the CORDIC algorithm;
0006           calculations are in fixed point. Module will be called cordic.
0007 
0008 config PRIME_NUMBERS
0009         tristate "Simple prime number generator for testing"
0010         help
0011           This option provides a simple prime number generator for test
0012           modules.
0013 
0014           If unsure, say N.
0015 
0016 config RATIONAL
0017         tristate