summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r--drivers/pinctrl/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index bc830af1b23d..8542cd4a176a 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -261,6 +261,16 @@ config PINCTRL_EXYNOS5440
261 select PINMUX 261 select PINMUX
262 select PINCONF 262 select PINCONF
263 263
264config PINCTRL_PALMAS
265 bool "Pinctrl driver for the PALMA Series MFD devices"
266 depends on OF && MFD_PALMAS
267 select GENERIC_PINCONF
268 help
269 Palmas device supports the configuration of pins for different
270 functionality. This driver supports the pinmux, push-pull and
271 open drain configuration for the Palmas series devices like
272 TPS65913, TPS80036 etc.
273
264config PINCTRL_S3C24XX 274config PINCTRL_S3C24XX
265 bool "Samsung S3C24XX SoC pinctrl driver" 275 bool "Samsung S3C24XX SoC pinctrl driver"
266 depends on ARCH_S3C24XX 276 depends on ARCH_S3C24XX