Kconfig 187 B

123456789101112131415
  1. if TARGET_PIP405
  2. config SYS_BOARD
  3. default "pip405"
  4. config SYS_VENDOR
  5. default "mpl"
  6. config SYS_CONFIG_NAME
  7. default "PIP405"
  8. config ISO_STRING
  9. string
  10. default "MEV-10066-001"
  11. endif