From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastian Hecht Date: Wed, 12 Dec 2012 11:54:47 +0000 Subject: [PATCH 2/4 v2] spi: Add SH Mobile series as dependency to MSIOF controller Message-Id: <1355313289-29769-2-git-send-email-hechtb+renesas@gmail.com> List-Id: References: <1355313289-29769-1-git-send-email-hechtb+renesas@gmail.com> In-Reply-To: <1355313289-29769-1-git-send-email-hechtb+renesas@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org From: Bastian Hecht The MSIOF hardware block is used in the SH Mobile series as well, so we add it here. Signed-off-by: Bastian Hecht --- v2: no changes drivers/spi/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 1acae35..d0c0ae6 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -341,10 +341,10 @@ config SPI_SC18IS602 config SPI_SH_MSIOF tristate "SuperH MSIOF SPI controller" - depends on SUPERH && HAVE_CLK + depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK select SPI_BITBANG help - SPI driver for SuperH MSIOF blocks. + SPI driver for SuperH and SH Mobile MSIOF blocks. config SPI_SH tristate "SuperH SPI controller" -- 1.7.9.5