Kconfig 387 B

12345678910111213141516171819202122232425262728293031
  1. if TARGET_SOCFPGA_CYCLONE5
  2. config SYS_BOARD
  3. default "socfpga"
  4. config SYS_VENDOR
  5. default "altera"
  6. config SYS_SOC
  7. default "socfpga"
  8. config SYS_CONFIG_NAME
  9. default "socfpga_cyclone5"
  10. endif
  11. if TARGET_SOCFPGA_ARRIA5
  12. config SYS_BOARD
  13. default "socfpga"
  14. config SYS_VENDOR
  15. default "altera"
  16. config SYS_SOC
  17. default "socfpga"
  18. config SYS_CONFIG_NAME
  19. default "socfpga_arria5"
  20. endif