projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b328179
)
spi: Kconfig: imx: Update the help text to make it more generic
author
Fabio Estevam
<festevam@gmail.com>
Sat, 26 Jan 2019 21:32:07 +0000
(19:32 -0200)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index ad734d11c378b798658566316491d6c575777f2f..17d79b91d7a8d65f90af1fb7d65870c19067bccc 100644
(file)
--- 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"