diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-19 19:07:26 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-08-23 10:56:31 +0400 |
commit | 736658c5ebc93743687c6f627c9317b97d26c5be (patch) | |
tree | a13c06531ab16bbe38481364d19d60f237678a43 /drivers/pinctrl | |
parent | 13ceb77aef571a2d410f2e60efe00e9d9a7129e8 (diff) | |
download | linux-736658c5ebc93743687c6f627c9317b97d26c5be.tar.xz |
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/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 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 |