Kconfig 305 B

12345678910111213141516171819202122
  1. if TARGET_IMXRT1050_EVK
  2. config SYS_BOARD
  3. string
  4. default "imxrt1050-evk"
  5. config SYS_VENDOR
  6. string
  7. default "freescale"
  8. config SYS_SOC
  9. string
  10. default "imxrt1050"
  11. config SYS_CONFIG_NAME
  12. string
  13. default "imxrt1050-evk"
  14. config IMX_CONFIG
  15. default "board/freescale/imxrt1050-evk/imximage.cfg"
  16. endif