Kconfig 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. if TARGET_TQM823L
  2. config SYS_BOARD
  3. default "tqm8xx"
  4. config SYS_VENDOR
  5. default "tqc"
  6. config SYS_CONFIG_NAME
  7. default "TQM823L"
  8. endif
  9. if TARGET_TQM823M
  10. config SYS_BOARD
  11. default "tqm8xx"
  12. config SYS_VENDOR
  13. default "tqc"
  14. config SYS_CONFIG_NAME
  15. default "TQM823M"
  16. endif
  17. if TARGET_TQM850L
  18. config SYS_BOARD
  19. default "tqm8xx"
  20. config SYS_VENDOR
  21. default "tqc"
  22. config SYS_CONFIG_NAME
  23. default "TQM850L"
  24. endif
  25. if TARGET_TQM850M
  26. config SYS_BOARD
  27. default "tqm8xx"
  28. config SYS_VENDOR
  29. default "tqc"
  30. config SYS_CONFIG_NAME
  31. default "TQM850M"
  32. endif
  33. if TARGET_TQM855L
  34. config SYS_BOARD
  35. default "tqm8xx"
  36. config SYS_VENDOR
  37. default "tqc"
  38. config SYS_CONFIG_NAME
  39. default "TQM855L"
  40. endif
  41. if TARGET_TQM855M
  42. config SYS_BOARD
  43. default "tqm8xx"
  44. config SYS_VENDOR
  45. default "tqc"
  46. config SYS_CONFIG_NAME
  47. default "TQM855M"
  48. endif
  49. if TARGET_TQM860L
  50. config SYS_BOARD
  51. default "tqm8xx"
  52. config SYS_VENDOR
  53. default "tqc"
  54. config SYS_CONFIG_NAME
  55. default "TQM860L"
  56. endif
  57. if TARGET_TQM860M
  58. config SYS_BOARD
  59. default "tqm8xx"
  60. config SYS_VENDOR
  61. default "tqc"
  62. config SYS_CONFIG_NAME
  63. default "TQM860M"
  64. endif
  65. if TARGET_TQM862L
  66. config SYS_BOARD
  67. default "tqm8xx"
  68. config SYS_VENDOR
  69. default "tqc"
  70. config SYS_CONFIG_NAME
  71. default "TQM862L"
  72. endif
  73. if TARGET_TQM862M
  74. config SYS_BOARD
  75. default "tqm8xx"
  76. config SYS_VENDOR
  77. default "tqc"
  78. config SYS_CONFIG_NAME
  79. default "TQM862M"
  80. endif
  81. if TARGET_TQM866M
  82. config SYS_BOARD
  83. default "tqm8xx"
  84. config SYS_VENDOR
  85. default "tqc"
  86. config SYS_CONFIG_NAME
  87. default "TQM866M"
  88. endif
  89. if TARGET_TQM885D
  90. config SYS_BOARD
  91. default "tqm8xx"
  92. config SYS_VENDOR
  93. default "tqc"
  94. config SYS_CONFIG_NAME
  95. default "TQM885D"
  96. endif