pinctrl: palmas: Fix device name in Kconfig text

The device family is called Palmas so there should be a 's' on the end of
the name.

Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Mark Brown 2013-08-19 16:07:26 +01:00 committed by Linus Walleij
parent 13ceb77aef
commit 736658c5eb

View file

@ -262,7 +262,7 @@ config PINCTRL_EXYNOS5440
select PINCONF
config PINCTRL_PALMAS
bool "Pinctrl driver for the PALMA Series MFD devices"
bool "Pinctrl driver for the PALMAS Series MFD devices"
depends on OF && MFD_PALMAS
select GENERIC_PINCONF
help