Kconfig 266 B

1234567891011121314151617
  1. if TARGET_MIP405 || TARGET_MIP405T
  2. config SYS_BOARD
  3. default "mip405"
  4. config SYS_VENDOR
  5. default "mpl"
  6. config SYS_CONFIG_NAME
  7. default "MIP405"
  8. config ISO_STRING
  9. string
  10. default "MEV-10082-001" if TARGET_MIP405T
  11. default "MEV-10072-001" if TARGET_MIP405
  12. endif