Kconfig 426 B

1234567891011121314151617
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config 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. config PRIME_NUMBERS
  8. tristate "Simple prime number generator for testing"
  9. help
  10. This option provides a simple prime number generator for test
  11. modules.
  12. If unsure, say N.
  13. config RATIONAL
  14. bool