From 2e236bafab11b063069a8b12793f1986862963b0 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Sat, 26 Jan 2019 19:32:07 -0200 Subject: [PATCH] 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 --- drivers/spi/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 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"