diff mbox

[v1] spi: Kconfig: Add SOC_LS1021A to SPI_FSL_DSPI dependence

Message ID 1429872077-5407-1-git-send-email-haikun.wang@freescale.com (mailing list archive)
State Accepted
Commit 50574dd2f63ed0afc3b666da27eb7062d26a39c5
Headers show

Commit Message

haikun wang April 24, 2015, 10:41 a.m. UTC
LS1021A chip also has the DSPI module.
Add it to the dependence.

Signed-off-by: Haikun Wang <haikun.wang@freescale.com>
---
 drivers/spi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mark Brown April 24, 2015, 12:26 p.m. UTC | #1
On Fri, Apr 24, 2015 at 06:41:17PM +0800, Haikun Wang wrote:
> LS1021A chip also has the DSPI module.
> Add it to the dependence.

Applied, thanks.
diff mbox

Patch

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 198f96b..ca1f063 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -302,7 +302,7 @@  config SPI_FSL_SPI
 config SPI_FSL_DSPI
 	tristate "Freescale DSPI controller"
 	select REGMAP_MMIO
-	depends on SOC_VF610 || COMPILE_TEST
+	depends on SOC_VF610 || SOC_LS1021A || COMPILE_TEST
 	help
 	  This enables support for the Freescale DSPI controller in master
 	  mode. VF610 platform uses the controller.