spi: Kconfig: imx: Update the help text to make it more generic
authorFabio Estevam <festevam@gmail.com>
Sat, 26 Jan 2019 21:32:07 +0000 (19:32 -0200)
committerMark Brown <broonie@kernel.org>
Mon, 28 Jan 2019 17:58:11 +0000 (17:58 +0000)
The spi-imx driver supports both master and slave modes, so update
the help text to make it more generic.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig

index ad734d1..17d79b9 100644 (file)
@@ -317,8 +317,7 @@ config SPI_IMX
        depends on ARCH_MXC || COMPILE_TEST
        select SPI_BITBANG
        help
-         This enables using the Freescale i.MX SPI controllers in master
-         mode.
+         This enables support for the Freescale i.MX SPI controllers.
 
 config SPI_JCORE
        tristate "J-Core SPI Master"