From: Fabio Estevam Date: Sat, 26 Jan 2019 21:32:07 +0000 (-0200) Subject: spi: Kconfig: imx: Update the help text to make it more generic X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2e236bafab11b063069a8b12793f1986862963b0;p=linux.git 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 Signed-off-by: Mark Brown --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index ad734d11c378b..17d79b91d7a8d 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"