Kconfig 427 B

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