diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-09-29 07:54:15 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-10-14 09:23:02 -0400 |
commit | 8c88126bbbb1c1e6c499fb3c211dba93656f02b5 (patch) | |
tree | c26f7fa900b1859f454d6f00c206d1df5262a241 /drivers/mfd | |
parent | 2e515bf096c245ba87f20ab4b4ea20f911afaeda (diff) |
treewide: Fix typo in Kconfig
Correct spelling typo in Kconfig.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index aecd6ddcbbbf..a2f12ae69b1d 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -653,14 +653,14 @@ menu "STMicroelectronics STMPE Interface Drivers" | |||
653 | depends on MFD_STMPE | 653 | depends on MFD_STMPE |
654 | 654 | ||
655 | config STMPE_I2C | 655 | config STMPE_I2C |
656 | bool "STMicroelectronics STMPE I2C Inteface" | 656 | bool "STMicroelectronics STMPE I2C Interface" |
657 | depends on I2C=y | 657 | depends on I2C=y |
658 | default y | 658 | default y |
659 | help | 659 | help |
660 | This is used to enable I2C interface of STMPE | 660 | This is used to enable I2C interface of STMPE |
661 | 661 | ||
662 | config STMPE_SPI | 662 | config STMPE_SPI |
663 | bool "STMicroelectronics STMPE SPI Inteface" | 663 | bool "STMicroelectronics STMPE SPI Interface" |
664 | depends on SPI_MASTER | 664 | depends on SPI_MASTER |
665 | help | 665 | help |
666 | This is used to enable SPI interface of STMPE | 666 | This is used to enable SPI interface of STMPE |