Kconfig 320 B

12345678910111213141516171819202122232425262728
  1. if TARGET_CL_SOM_IMX7
  2. config SYS_BOARD
  3. default "cl-som-imx7"
  4. config SYS_VENDOR
  5. default "compulab"
  6. config SYS_CONFIG_NAME
  7. default "cl-som-imx7"
  8. config SYS_MMC_DEV
  9. int
  10. default 0
  11. config SYS_USB_DEV
  12. int
  13. default 0
  14. config SYS_MMC_IMG_LOAD_PART
  15. int
  16. default 1
  17. config SYS_USB_IMG_LOAD_PART
  18. int
  19. default 1
  20. endif