Config.m68k 278 B

1234567891011121314151617
  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 "m68k"
  8. config FORCE_OPTIONS_FOR_ARCH
  9. bool
  10. default y
  11. select ARCH_BIG_ENDIAN
  12. config ARCH_CFLAGS
  13. string
  14. default "-Wa,--bitwise-or"