Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) | Kconfig (d0676871fd52f575cc2bfec4faa2fcbc8af370e8) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 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 | 1# SPDX-License-Identifier: GPL-2.0-only 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 | 9 tristate "Simple prime number generator for testing" 10 help 11 This option provides a simple prime number generator for test 12 modules. |
10 | 13 |
14 If unsure, say N. 15 |
|
11config RATIONAL 12 bool | 16config RATIONAL 17 bool |