Kconfig 181 B

123456789101112131415
  1. if TARGET_PATI
  2. config SYS_BOARD
  3. default "pati"
  4. config SYS_VENDOR
  5. default "mpl"
  6. config SYS_CONFIG_NAME
  7. default "PATI"
  8. config ISO_STRING
  9. string
  10. default "MEV-10084-001"
  11. endif