Config.kvx 344 B

123456789101112131415161718
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see extra/config/Kconfig-language.txt
  4. #
  5. config TARGET_ARCH
  6. string
  7. default "kvx"
  8. config FORCE_OPTIONS_FOR_ARCH
  9. bool
  10. default y
  11. select ARCH_LITTLE_ENDIAN
  12. select ARCH_HAS_MMU
  13. select UCLIBC_HAS_FPU
  14. select UCLIBC_HAS_FENV
  15. select UCLIBC_HAS_WCHAR
  16. select DO_C99_MATH