
1 Mar
2023
1 Mar
'23
8:49 a.m.
On Tue, Feb 28, 2023 at 10:28 PM Marek Vasut marek.vasut+renesas@mailbox.org wrote:
Use CONFIG_RCAR_64 to make the driver available on both R-Car Gen3 and R-Car Gen4.
Signed-off-by: Marek Vasut marek.vasut+renesas@mailbox.org
LGTM, so Reviewed-by: Geert Uytterhoeven geert+renesas@glider.be
--- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -381,7 +381,7 @@ config SPI_QUP
config RENESAS_RPC_SPI bool "Renesas RPC SPI driver"
depends on RCAR_GEN3 || RZA1
depends on RCAR_64 || RZA1
Note that the RPC-IF is also present on the RZ/G2L SoC family (RZ/G2L{,}, RZ/G2UL, RZ/Five), which does not seem to have upstream U-Boot support yet.
imply SPI_FLASH_BAR help Enable the Renesas RPC SPI driver, used to access SPI NOR flash
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds