Message ID | 20190126213207.15864-1-festevam@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 2e236bafab11b063069a8b12793f1986862963b0 |
Headers | show |
Series | spi: Kconfig: imx: Update the help text to make it more generic | expand |
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 71d3d2d5e5d1..a8b00896272e 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -307,8 +307,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"
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> --- drivers/spi/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)