Kconfig 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. config RAM_ROCKCHIP
  2. bool "Ram drivers support for Rockchip SoCs"
  3. depends on RAM && ARCH_ROCKCHIP
  4. default y
  5. help
  6. This enables support for ram drivers Rockchip SoCs.
  7. config ROCKCHIP_SDRAM_COMMON
  8. bool "Enable rockchip sdram common driver"
  9. depends on TPL_RAM || SPL_RAM
  10. help
  11. This enable sdram common driver
  12. if RAM_ROCKCHIP
  13. config RAM_ROCKCHIP_DEBUG
  14. bool "Rockchip ram drivers debugging"
  15. default y
  16. help
  17. This enables debugging ram driver API's for the platforms
  18. based on Rockchip SoCs.
  19. This is an option for developers to understand the ram drivers
  20. initialization, configurations and etc.
  21. config RAM_ROCKCHIP_DDR4
  22. bool "DDR4 support for Rockchip SoCs"
  23. help
  24. This enables DDR4 sdram support instead of the default DDR3 support
  25. on Rockchip SoCs.
  26. config RAM_ROCKCHIP_LPDDR2
  27. bool "LPDDR2 support for Rockchip SoCs"
  28. help
  29. This enables LPDDR2 sdram support instead of the default DDR3 support
  30. on Rockchip SoCs.
  31. config RAM_ROCKCHIP_LPDDR3
  32. bool "LPDDR3 support for Rockchip SoCs"
  33. help
  34. This enables LPDDR3 sdram support instead of the default DDR3 support
  35. on Rockchip SoCs.
  36. config RAM_ROCKCHIP_LPDDR4
  37. bool "LPDDR4 support for Rockchip SoCs"
  38. help
  39. This enables LPDDR4 sdram code support for the platforms based
  40. on Rockchip SoCs.
  41. endif # RAM_ROCKCHIP