diff options
author | Angelo Dureghello <angelo@sysam.it> | 2018-12-26 22:43:00 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-01-07 18:15:41 +0000 |
commit | 0dcdcd0e42d33cd5e592935aa7a93e5461c1ddb9 (patch) | |
tree | d932e845ccdea6b49bbfec4b298a9e73b4ecba49 /drivers/spi/Kconfig | |
parent | fcf85e5c2ac0e57430f065c77407e33c7b036a9d (diff) | |
download | linux-0dcdcd0e42d33cd5e592935aa7a93e5461c1ddb9.tar.bz2 |
spi: add cpu details to fsl-dspi Kconfig help
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>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index e22fc233ed07..ba68fe1913cb 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -383,7 +383,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" |