diff mbox series

spi: add cpu details to fsl-dspi Kconfig help

Message ID 20181226214300.693-1-angelo@sysam.it (mailing list archive)
State Accepted
Commit 0dcdcd0e42d33cd5e592935aa7a93e5461c1ddb9
Headers show
Series spi: add cpu details to fsl-dspi Kconfig help | expand

Commit Message

Angelo Dureghello Dec. 26, 2018, 9:43 p.m. UTC
Add some cpu families that are actually using the fsl-dspi module
in the related Kconfig description.

Signed-off-by: Angelo Dureghello <angelo@sysam.it>
---
 drivers/spi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 9f89cb134549..10d23d3cb9c4 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -372,7 +372,7 @@  config SPI_FSL_DSPI
 	depends on SOC_VF610 || SOC_LS1021A || ARCH_LAYERSCAPE || M5441x || COMPILE_TEST
 	help
 	  This enables support for the Freescale DSPI controller in master
-	  mode. VF610 platform uses the controller.
+	  mode. VF610, LS1021A and ColdFire platforms uses the controller.
 
 config SPI_FSL_ESPI
 	tristate "Freescale eSPI controller"