Config.bfin 319 B

1234567891011121314151617181920212223
  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 "bfin"
  7. config HAVE_ELF
  8. bool
  9. select ARCH_HAS_NO_MMU
  10. select ARCH_LITTLE_ENDIAN
  11. default y
  12. config ARCH_CFLAGS
  13. string
  14. config LIBGCC_CFLAGS
  15. string
  16. config HAVE_ELF
  17. bool
  18. default y