Kconfig 361 B

123456789101112131415161718192021222324252627282930313233
  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. endif
  12. if TARGET_BK4R1
  13. config SYS_BOARD
  14. default "pcm052"
  15. config SYS_VENDOR
  16. default "phytec"
  17. config SYS_CONFIG_NAME
  18. default "bk4r1"
  19. config PCM052_DDR_SIZE
  20. int
  21. default 512
  22. endif