Kconfig 202 B

1234567891011121314
  1. if TARGET_OCTEONTX2_95XX || TARGET_OCTEONTX2_96XX
  2. config SYS_VENDOR
  3. string
  4. default "Marvell"
  5. config SYS_BOARD
  6. string
  7. default "octeontx2"
  8. config SYS_CONFIG_NAME
  9. default "octeontx2_common"
  10. endif