Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 736658c5 authored by Mark Brown's avatar Mark Brown Committed by Linus Walleij
Browse files

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: default avatarMark Brown <broonie@linaro.org>
Acked-by: default avatarLaxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 13ceb77a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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