Kconfig 346 B

123456789101112
  1. if RAM || SPL_RAM
  2. config CADENCE_DDR_CTRL
  3. bool "Enable Cadence DDR controller"
  4. depends on DM
  5. help
  6. Enable support for Cadence DDR controller, as found on
  7. the Renesas RZ/N1 SoC. This controller has a large number
  8. of registers which need to be programmed, mostly using values
  9. obtained from Denali SOMA files via a TCL script.
  10. endif