Kconfig 487 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. if TARGET_PCM052
  2. config SYS_BOARD
  3. default "pcm052"
  4. config SYS_VENDOR
  5. default "phytec"
  6. config SYS_CONFIG_NAME
  7. default "pcm052"
  8. config PCM052_DDR_SIZE
  9. int
  10. default 256
  11. config IMX_CONFIG
  12. default "board/phytec/pcm052/imximage.cfg"
  13. endif
  14. if TARGET_BK4R1
  15. config SYS_BOARD
  16. default "pcm052"
  17. config SYS_VENDOR
  18. default "phytec"
  19. config SYS_CONFIG_NAME
  20. default "bk4r1"
  21. config PCM052_DDR_SIZE
  22. int
  23. default 512
  24. config IMX_CONFIG
  25. default "board/phytec/pcm052/imximage.cfg"
  26. endif