u-boot/drivers/ram/cadence/Kconfig
Ralph Siemsen 2d67a095dc ram: cadence: add driver for Cadence EDAC
Driver for Cadence EDAC DDR controller, as found in the Renesas RZ/N1.

Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
2023-05-13 04:01:30 +02:00

12 lines
346 B
Text

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