Kconfig 267 B

12345678910111213141516171819202122232425
  1. if TARGET_ZC5202
  2. config SYS_BOARD
  3. default "el6x"
  4. config SYS_VENDOR
  5. default "el"
  6. config SYS_CONFIG_NAME
  7. default "zc5202"
  8. endif
  9. if TARGET_ZC5601
  10. config SYS_BOARD
  11. default "el6x"
  12. config SYS_VENDOR
  13. default "el"
  14. config SYS_CONFIG_NAME
  15. default "zc5601"
  16. endif