Config.m68k 475 B

123456789101112131415161718192021222324252627282930313233
  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. default "m68k"
  7. config HAVE_ELF
  8. bool
  9. select ARCH_HAS_NO_MMU
  10. select HAVE_NO_SHARED
  11. select ARCH_HAS_NO_LDSO
  12. default y
  13. config ARCH_SUPPORTS_BIG_ENDIAN
  14. bool
  15. default y
  16. config ARCH_CFLAGS
  17. string
  18. default "-Wa,--bitwise-or -I$(KERNEL_SOURCE)/include"
  19. config ARCH_LDFLAGS
  20. string
  21. config LIBGCC_CFLAGS
  22. string
  23. config HAVE_ELF
  24. bool
  25. default y