Kconfig 279 B

12345678910111213141516171819202122232425
  1. if TARGET_HRCON
  2. config SYS_BOARD
  3. default "mpc8308"
  4. config SYS_VENDOR
  5. default "gdsys"
  6. config SYS_CONFIG_NAME
  7. default "hrcon"
  8. endif
  9. if TARGET_STRIDER
  10. config SYS_BOARD
  11. default "mpc8308"
  12. config SYS_VENDOR
  13. default "gdsys"
  14. config SYS_CONFIG_NAME
  15. default "strider"
  16. endif