From 736658c5ebc93743687c6f627c9317b97d26c5be Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Mon, 19 Aug 2013 16:07:26 +0100 Subject: [PATCH] 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 Acked-by: Laxman Dewangan Signed-off-by: Linus Walleij --- drivers/pinctrl/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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