Config.m68k 425 B

1234567891011121314151617181920212223242526272829
  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 ARCH_HAS_NO_FPU
  11. select ARCH_BIG_ENDIAN
  12. default y
  13. config ARCH_CFLAGS
  14. string
  15. default "-Wa,--bitwise-or -I$(KERNEL_SOURCE)/include"
  16. config ARCH_LDFLAGS
  17. string
  18. config LIBGCC_CFLAGS
  19. string
  20. config HAVE_ELF
  21. bool
  22. default y