Bläddra i källkod

spi: orion: fix comment to mention MVEBU

MVEBU chips (Armada XP, Armada 370 and others) are supported by this
driver. Mention this in the help text to make more obvious what is
already specified in the dependencies of this symbol.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Uwe Kleine-König 9 år sedan
förälder
incheckning
7348291058
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      drivers/spi/Kconfig

+ 2 - 1
drivers/spi/Kconfig

@@ -451,7 +451,8 @@ config SPI_ORION
 	tristate "Orion SPI master"
 	tristate "Orion SPI master"
 	depends on PLAT_ORION || ARCH_MVEBU || COMPILE_TEST
 	depends on PLAT_ORION || ARCH_MVEBU || COMPILE_TEST
 	help
 	help
-	  This enables using the SPI master controller on the Orion chips.
+	  This enables using the SPI master controller on the Orion
+	  and MVEBU chips.
 
 
 config SPI_PIC32
 config SPI_PIC32
 	tristate "Microchip PIC32 series SPI"
 	tristate "Microchip PIC32 series SPI"