]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
spi: orion: fix comment to mention MVEBU
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 30 Nov 2016 10:47:44 +0000 (11:47 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 30 Nov 2016 16:22:46 +0000 (16:22 +0000)
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>
drivers/spi/Kconfig

index b7995474148c7eb91b2c2f87459b0c9bd446d3f2..2b0119150bde0f840e19aeb7b1197106fd78fa3d 100644 (file)
@@ -451,7 +451,8 @@ config SPI_ORION
        tristate "Orion SPI master"
        depends on PLAT_ORION || ARCH_MVEBU || COMPILE_TEST
        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
        tristate "Microchip PIC32 series SPI"