Config.powerpc 308 B

12345678910111213141516171819202122
  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 "powerpc"
  7. config HAVE_ELF
  8. bool
  9. select ARCH_HAS_MMU
  10. default y
  11. config ARCH_SUPPORTS_BIG_ENDIAN
  12. bool
  13. default y
  14. config ARCH_CFLAGS
  15. string
  16. config LIBGCC_CFLAGS
  17. string