Config.in.bfin 260 B

12345678910111213141516
  1. choice
  2. prompt "Target ABI"
  3. depends on BR2_bfin
  4. default BR2_BFIN_FDPIC
  5. config BR2_BFIN_FDPIC
  6. bool "FDPIC"
  7. config BR2_BFIN_FLAT
  8. bool "FLAT"
  9. select BR2_PREFER_STATIC_LIB
  10. endchoice
  11. config BR2_ARCH
  12. default "bfin"
  13. config BR2_ENDIAN
  14. default "LITTLE"