diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-19 11:07:26 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-08-23 02:56:31 -0400 |
commit | 736658c5ebc93743687c6f627c9317b97d26c5be (patch) | |
tree | a13c06531ab16bbe38481364d19d60f237678a43 /drivers/pinctrl/Kconfig | |
parent | 13ceb77aef571a2d410f2e60efe00e9d9a7129e8 (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/Kconfig')
-rw-r--r-- | drivers/pinctrl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 8542cd4a176a..bdb1a8701ecd 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig | |||
@@ -262,7 +262,7 @@ config PINCTRL_EXYNOS5440 | |||
262 | select PINCONF | 262 | select PINCONF |
263 | 263 | ||
264 | config PINCTRL_PALMAS | 264 | config PINCTRL_PALMAS |
265 | bool "Pinctrl driver for the PALMA Series MFD devices" | 265 | bool "Pinctrl driver for the PALMAS Series MFD devices" |
266 | depends on OF && MFD_PALMAS | 266 | depends on OF && MFD_PALMAS |
267 | select GENERIC_PINCONF | 267 | select GENERIC_PINCONF |
268 | help | 268 | help |