Message ID | 20161130104744.19724-1-u.kleine-koenig@pengutronix.de (mailing list archive) |
---|---|
State | Accepted |
Commit | 73482910587444c5600c9d6851ec056fc2ad38c0 |
Headers | show |
Hi Uwe, On mer., nov. 30 2016, Uwe Kleine-König <u.kleine-koenig@pengutronix.de> wrote: > 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> Thanks, Gregory > --- > drivers/spi/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > 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" > -- > 2.10.2 >
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"
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> --- drivers/spi/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)