diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2016-02-09 10:52:02 (GMT) |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-03-16 08:50:19 (GMT) |
commit | 5dbd47840a1f4b31bf2acaacfb85d95a7038fe4c (patch) | |
tree | 13aed0449959700d99d9b4437e8323e49056d2b3 /drivers/mfd | |
parent | c131045d5b074bcb749421c4b3f11f0655bdc0b6 (diff) | |
download | linux-5dbd47840a1f4b31bf2acaacfb85d95a7038fe4c.tar.xz |
mfd: arizona: Update small typo in Arizona SPI Kconfig
The help text had a copy and paste error and refers to I2C in the SPI
section. This patch corrects this typo.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 97d9406..87cee68 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1422,7 +1422,7 @@ config MFD_ARIZONA_SPI depends on SPI_MASTER help Support for the Cirrus Logic/Wolfson Microelectronics Arizona platform - audio SoC core functionality controlled via I2C. + audio SoC core functionality controlled via SPI. config MFD_CS47L24 bool "Cirrus Logic CS47L24 and WM1831" |