From: Angelo Dureghello Date: Wed, 26 Dec 2018 21:43:00 +0000 (+0100) Subject: spi: add cpu details to fsl-dspi Kconfig help X-Git-Tag: v5.4-rc1~382^2~63^2~109 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0dcdcd0e42d33cd5e592935aa7a93e5461c1ddb9;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Mark Brown --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index e22fc23..ba68fe1 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"