diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2016-11-30 11:47:44 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-11-30 16:22:46 +0000 |
commit | 73482910587444c5600c9d6851ec056fc2ad38c0 (patch) | |
tree | 5679b784a8d0c8dd87cb091ffbedf9b4d8e97192 /drivers/spi | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) | |
download | linux-73482910587444c5600c9d6851ec056fc2ad38c0.tar.gz linux-73482910587444c5600c9d6851ec056fc2ad38c0.tar.bz2 linux-73482910587444c5600c9d6851ec056fc2ad38c0.zip |
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>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index b7995474148c..2b0119150bde 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -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" |