blob: 2d5469cb8e96d312209525b6d7e7a0cd9a4c426d [file] [log] [blame]
Ralph Siemsen4ceb0d32023-05-12 21:36:53 -04001if RAM || SPL_RAM
2
3config CADENCE_DDR_CTRL
4 bool "Enable Cadence DDR controller"
5 depends on DM
6 help
7 Enable support for Cadence DDR controller, as found on
8 the Renesas RZ/N1 SoC. This controller has a large number
9 of registers which need to be programmed, mostly using values
10 obtained from Denali SOMA files via a TCL script.
11
12endif