On 7/6/25 1:29 PM, Magnus Damm wrote:
+++ work/drivers/spi/Kconfig 2025-07-05 03:07:38.660458220 +0900
@@ -432,12 +432,12 @@ config SPI_QUP
config RENESAS_RPC_SPI
bool "Renesas RPC SPI driver"
- depends on RCAR_64 || RZA1
+ depends on RCAR_64 || RZA1 || RZA2
imply SPI_FLASH_SFDP_SUPPORT
help
- Enable the Renesas RPC SPI driver, used to access SPI NOR flash
- on Renesas R-Car Gen3 SoCs. This uses driver model and requires a
- device tree binding to operate.
+ Enable the Renesas RPC SPI driver, used to access SPI NOR flash
+ on Renesas R-Car Gen3 and RZ/A series of SoCs. This uses driver model
+ and requires a device tree binding to operate.
Please avoid the indent change, thank you.