diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2023-07-03 11:05:30 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-07-03 13:04:53 +0100 |
commit | e1ef683c86d248e785499779156d9885fd4e85fc (patch) | |
tree | e9739ece379454906adc15865d351c2992251488 /drivers/spi/Kconfig | |
parent | 7c1f23ad34fcdace50275a6aa1e1969b41c6233f (diff) | |
download | linux-e1ef683c86d248e785499779156d9885fd4e85fc.tar.gz linux-e1ef683c86d248e785499779156d9885fd4e85fc.tar.bz2 linux-e1ef683c86d248e785499779156d9885fd4e85fc.zip |
spi: rzv2m-csi: Fix SoC product name
The SoC product name is "RZ/V2M".
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Fabrizio Castro <fabrizio.castro.jz@renesas.com>
Link: https://lore.kernel.org/r/89e9870a2c510387e4d7a863025f4d3639d4a261.1688375020.git.geert+renesas@glider.be
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index abbd1fb5fbc0..8962b2557615 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) |