aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-08-19 16:07:26 +0100
committerLinus Walleij <linus.walleij@linaro.org>2013-08-23 08:56:31 +0200
commit736658c5ebc93743687c6f627c9317b97d26c5be (patch)
treea13c06531ab16bbe38481364d19d60f237678a43 /drivers/pinctrl
parent13ceb77aef571a2d410f2e60efe00e9d9a7129e8 (diff)
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>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r--drivers/pinctrl/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 8542cd4a176..bdb1a8701ec 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -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