Skip to content

Commit 3aec316

Browse files
hormsbroonie
authored andcommitted
spi: sh-spi, sh-msiof, rspi: Use ARCH_RENESAS
Make use of ARCH_RENESAS in place of ARCH_SHMOBILE. This is part of an ongoing process to migrate from ARCH_SHMOBILE to ARCH_RENESAS the motivation for which being that RENESAS seems to be a more appropriate name than SHMOBILE for the majority of Renesas ARM based SoCs. Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 92e963f commit 3aec316

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/spi/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ config SPI_RB4XX
451451

452452
config SPI_RSPI
453453
tristate "Renesas RSPI/QSPI controller"
454-
depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
454+
depends on SUPERH || ARCH_RENESAS || COMPILE_TEST
455455
help
456456
SPI driver for Renesas RSPI and QSPI blocks.
457457

@@ -501,7 +501,7 @@ config SPI_SC18IS602
501501
config SPI_SH_MSIOF
502502
tristate "SuperH MSIOF SPI controller"
503503
depends on HAVE_CLK && HAS_DMA
504-
depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
504+
depends on SUPERH || ARCH_RENESAS || COMPILE_TEST
505505
help
506506
SPI driver for SuperH and SH Mobile MSIOF blocks.
507507

@@ -520,7 +520,7 @@ config SPI_SH_SCI
520520

521521
config SPI_SH_HSPI
522522
tristate "SuperH HSPI controller"
523-
depends on ARCH_SHMOBILE || COMPILE_TEST
523+
depends on ARCH_RENESAS || COMPILE_TEST
524524
help
525525
SPI driver for SuperH HSPI blocks.
526526

0 commit comments

Comments
 (0)