From: Geert Uytterhoeven Date: Mon, 3 Jul 2023 09:05:30 +0000 (+0200) Subject: spi: rzv2m-csi: Fix SoC product name X-Git-Tag: v6.6.7~2351^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1ef683c86d248e785499779156d9885fd4e85fc;p=platform%2Fkernel%2Flinux-starfive.git spi: rzv2m-csi: Fix SoC product name The SoC product name is "RZ/V2M". Signed-off-by: Geert Uytterhoeven Reviewed-by: Fabrizio Castro Link: https://lore.kernel.org/r/89e9870a2c510387e4d7a863025f4d3639d4a261.1688375020.git.geert+renesas@glider.be Signed-off-by: Mark Brown --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index abbd1fb..8962b25 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -826,7 +826,7 @@ config SPI_RSPI SPI driver for Renesas RSPI and QSPI blocks. config SPI_RZV2M_CSI - tristate "Renesas RZV2M CSI controller" + tristate "Renesas RZ/V2M CSI controller" depends on ARCH_RENESAS || COMPILE_TEST help SPI driver for Renesas RZ/V2M Clocked Serial Interface (CSI)