From: Mark Brown <[email protected]> The device family is called Palmas so there should be a 's' on the end of the name.
Signed-off-by: Mark Brown <[email protected]> --- drivers/pinctrl/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 8542cd4..bdb1a87 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 -- 1.8.4.rc3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

