Kconfig 171 B

123456789101112131415
  1. if TARGET_TEC_NG
  2. config SYS_BOARD
  3. string
  4. default "tec-ng"
  5. config SYS_VENDOR
  6. string
  7. default "avionic-design"
  8. config SYS_CONFIG_NAME
  9. string
  10. default "tec-ng"
  11. endif