Kconfig 805 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. if TARGET_O2D
  2. config SYS_BOARD
  3. default "o2dnt2"
  4. config SYS_VENDOR
  5. default "ifm"
  6. config SYS_CONFIG_NAME
  7. default "o2d"
  8. endif
  9. if TARGET_O2D300
  10. config SYS_BOARD
  11. default "o2dnt2"
  12. config SYS_VENDOR
  13. default "ifm"
  14. config SYS_CONFIG_NAME
  15. default "o2d300"
  16. endif
  17. if TARGET_O2DNT2
  18. config SYS_BOARD
  19. default "o2dnt2"
  20. config SYS_VENDOR
  21. default "ifm"
  22. config SYS_CONFIG_NAME
  23. default "o2dnt2"
  24. endif
  25. if TARGET_O2I
  26. config SYS_BOARD
  27. default "o2dnt2"
  28. config SYS_VENDOR
  29. default "ifm"
  30. config SYS_CONFIG_NAME
  31. default "o2i"
  32. endif
  33. if TARGET_O2MNT
  34. config SYS_BOARD
  35. default "o2dnt2"
  36. config SYS_VENDOR
  37. default "ifm"
  38. config SYS_CONFIG_NAME
  39. default "o2mnt"
  40. endif
  41. if TARGET_O3DNT
  42. config SYS_BOARD
  43. default "o2dnt2"
  44. config SYS_VENDOR
  45. default "ifm"
  46. config SYS_CONFIG_NAME
  47. default "o3dnt"
  48. endif