diff options
| author | Simon Horman <horms+renesas@verge.net.au> | 2016-02-17 20:47:52 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2016-02-18 08:35:07 -0500 |
| commit | 3aec3166739ee9e49a23b3e7b6bfe5781ade04d4 (patch) | |
| tree | 56cb71d443a31337b23f8527cccf3045ed4d3b0f /drivers/spi/Kconfig | |
| parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
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>
Diffstat (limited to 'drivers/spi/Kconfig')
| -rw-r--r-- | drivers/spi/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 77064160dd76..496e48131db4 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
| @@ -451,7 +451,7 @@ config SPI_RB4XX | |||
| 451 | 451 | ||
| 452 | config SPI_RSPI | 452 | config SPI_RSPI |
| 453 | tristate "Renesas RSPI/QSPI controller" | 453 | tristate "Renesas RSPI/QSPI controller" |
| 454 | depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST | 454 | depends on SUPERH || ARCH_RENESAS || COMPILE_TEST |
| 455 | help | 455 | help |
| 456 | SPI driver for Renesas RSPI and QSPI blocks. | 456 | SPI driver for Renesas RSPI and QSPI blocks. |
| 457 | 457 | ||
| @@ -501,7 +501,7 @@ config SPI_SC18IS602 | |||
| 501 | config SPI_SH_MSIOF | 501 | config SPI_SH_MSIOF |
| 502 | tristate "SuperH MSIOF SPI controller" | 502 | tristate "SuperH MSIOF SPI controller" |
| 503 | depends on HAVE_CLK && HAS_DMA | 503 | depends on HAVE_CLK && HAS_DMA |
| 504 | depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST | 504 | depends on SUPERH || ARCH_RENESAS || COMPILE_TEST |
| 505 | help | 505 | help |
| 506 | SPI driver for SuperH and SH Mobile MSIOF blocks. | 506 | SPI driver for SuperH and SH Mobile MSIOF blocks. |
| 507 | 507 | ||
| @@ -520,7 +520,7 @@ config SPI_SH_SCI | |||
| 520 | 520 | ||
| 521 | config SPI_SH_HSPI | 521 | config SPI_SH_HSPI |
| 522 | tristate "SuperH HSPI controller" | 522 | tristate "SuperH HSPI controller" |
| 523 | depends on ARCH_SHMOBILE || COMPILE_TEST | 523 | depends on ARCH_RENESAS || COMPILE_TEST |
| 524 | help | 524 | help |
| 525 | SPI driver for SuperH HSPI blocks. | 525 | SPI driver for SuperH HSPI blocks. |
| 526 | 526 | ||
