Kconfig 418 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. if TARGET_KM8360
  2. config SYS_BOARD
  3. default "km83xx"
  4. config SYS_VENDOR
  5. default "keymile"
  6. config SYS_CONFIG_NAME
  7. default "km8360"
  8. endif
  9. if TARGET_SUVD3
  10. config SYS_BOARD
  11. default "km83xx"
  12. config SYS_VENDOR
  13. default "keymile"
  14. config SYS_CONFIG_NAME
  15. default "suvd3"
  16. endif
  17. if TARGET_TUXX1
  18. config SYS_BOARD
  19. default "km83xx"
  20. config SYS_VENDOR
  21. default "keymile"
  22. config SYS_CONFIG_NAME
  23. default "tuxx1"
  24. endif