diff options
author | Fabio Estevam <festevam@gmail.com> | 2019-01-26 19:32:07 -0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-01-28 17:58:11 +0000 |
commit | 2e236bafab11b063069a8b12793f1986862963b0 (patch) | |
tree | 12e2f84d12291fd004a8cb79a7b4134fdd794652 /drivers/spi | |
parent | b3281794476d8041e96a1e95afdc0528406c9a7b (diff) | |
download | linux-2e236bafab11b063069a8b12793f1986862963b0.tar.gz linux-2e236bafab11b063069a8b12793f1986862963b0.tar.bz2 linux-2e236bafab11b063069a8b12793f1986862963b0.zip |
spi: Kconfig: imx: Update the help text to make it more generic
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>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index ad734d11c378..17d79b91d7a8 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -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" |