Kconfig (736658c5ebc93743687c6f627c9317b97d26c5be) Kconfig (63ca8db757063ca1c6ea2ed74a02f8080ac64c94)
1#
2# PINCTRL infrastructure and drivers
3#
4
5config PINCTRL
6 bool
7
8if PINCTRL

--- 250 unchanged lines hidden (view full) ---

259 bool "Samsung EXYNOS5440 SoC pinctrl driver"
260 depends on SOC_EXYNOS5440
261 select PINMUX
262 select PINCONF
263
264config PINCTRL_PALMAS
265 bool "Pinctrl driver for the PALMAS Series MFD devices"
266 depends on OF && MFD_PALMAS
1#
2# PINCTRL infrastructure and drivers
3#
4
5config PINCTRL
6 bool
7
8if PINCTRL

--- 250 unchanged lines hidden (view full) ---

259 bool "Samsung EXYNOS5440 SoC pinctrl driver"
260 depends on SOC_EXYNOS5440
261 select PINMUX
262 select PINCONF
263
264config PINCTRL_PALMAS
265 bool "Pinctrl driver for the PALMAS Series MFD devices"
266 depends on OF && MFD_PALMAS
267 select PINMUX
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
274config PINCTRL_S3C24XX

--- 22 unchanged lines hidden ---
268 select GENERIC_PINCONF
269 help
270 Palmas device supports the configuration of pins for different
271 functionality. This driver supports the pinmux, push-pull and
272 open drain configuration for the Palmas series devices like
273 TPS65913, TPS80036 etc.
274
275config PINCTRL_S3C24XX

--- 22 unchanged lines hidden ---