]> git.karo-electronics.de Git - linux-beck.git/commitdiff
spi: sh-spi, sh-msiof, rspi: Use ARCH_RENESAS
authorSimon Horman <horms+renesas@verge.net.au>
Thu, 18 Feb 2016 01:47:52 +0000 (10:47 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 18 Feb 2016 13:35:07 +0000 (13:35 +0000)
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>
drivers/spi/Kconfig

index 77064160dd762c26f6c1fd184b252b24360163e3..496e48131db4759a046822534c171fa5b9017f52 100644 (file)
@@ -451,7 +451,7 @@ config SPI_RB4XX
 
 config SPI_RSPI
        tristate "Renesas RSPI/QSPI controller"
-       depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
+       depends on SUPERH || ARCH_RENESAS || COMPILE_TEST
        help
          SPI driver for Renesas RSPI and QSPI blocks.
 
@@ -501,7 +501,7 @@ config SPI_SC18IS602
 config SPI_SH_MSIOF
        tristate "SuperH MSIOF SPI controller"
        depends on HAVE_CLK && HAS_DMA
-       depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
+       depends on SUPERH || ARCH_RENESAS || COMPILE_TEST
        help
          SPI driver for SuperH and SH Mobile MSIOF blocks.
 
@@ -520,7 +520,7 @@ config SPI_SH_SCI
 
 config SPI_SH_HSPI
        tristate "SuperH HSPI controller"
-       depends on ARCH_SHMOBILE || COMPILE_TEST
+       depends on ARCH_RENESAS || COMPILE_TEST
        help
          SPI driver for SuperH HSPI blocks.