Config.frv 346 B

12345678910111213141516171819202122232425
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see extra/config/Kconfig-language.txt
  4. #
  5. config HAVE_ELF
  6. bool
  7. select HAS_FPU
  8. select ARCH_BIG_ENDIAN
  9. select ARCH_HAS_NO_MMU
  10. default y
  11. config TARGET_ARCH
  12. string
  13. default "frv"
  14. config ARCH_CFLAGS
  15. string
  16. config LIBGCC_CFLAGS
  17. string
  18. config HAVE_DOT_HIDDEN
  19. bool
  20. default y