Config.x86_64 341 B

123456789101112131415161718192021222324
  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 ARCH_HAS_MMU
  8. select UCLIBC_HAS_LFS
  9. default y
  10. config TARGET_ARCH
  11. string
  12. default "x86_64"
  13. config ARCH_CFLAGS
  14. string
  15. config LIBGCC_CFLAGS
  16. string
  17. config ARCH_SUPPORTS_LITTLE_ENDIAN
  18. bool
  19. default y