Kconfig 175 B

123456789101112131415
  1. if TARGET_TS4600
  2. config SYS_BOARD
  3. default "ts4600"
  4. config SYS_VENDOR
  5. default "technologic"
  6. config SYS_SOC
  7. default "mxs"
  8. config SYS_CONFIG_NAME
  9. default "ts4600"
  10. endif