Kconfig 223 B

12345678910111213141516171819
  1. if TARGET_STIH410_B2260
  2. config SYS_BOARD
  3. string
  4. default "stih410-b2260"
  5. config SYS_VENDOR
  6. string
  7. default "st"
  8. config SYS_SOC
  9. string
  10. default "stih410"
  11. config SYS_CONFIG_NAME
  12. string
  13. default "stih410-b2260"
  14. endif