u-boot/drivers/ram/renesas/Kconfig
Marek Vasut 7366aacf8e ram: renesas: Add Renesas R-Car Gen4 DBSC5 driver
Add Renesas R-Car Gen4 DBSC5 DRAM controller driver. This driver is currently
capable of bringing LPDDR5 DRAM on Renesas R-Car V4H Whitehawk board. Further
boards can be supported by supplying board specific DRAM configuration data
via dbsc5_get_board_data(). Support for R-Car V4M is not implemented, however
the driver is already mostly prepared to support this SoC.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
2024-12-29 16:55:31 +01:00

7 lines
250 B
Text

config RAM_RENESAS_DBSC5
bool "Renesas R-Car V4H/V4M DBSC5 controller driver"
depends on SPL && RAM && (R8A779G0 || R8A779H0)
default n
help
Enable this to support the DBSC5 DRAM controller initialization
on Renesas R8A779G0/R8A779H0 SoCs.