Kconfig (767b8ce361669e81ce8c79034ef3bb32d4788fc3) Kconfig (9385f35d6426cabd8e35af271fcaf3d8bca40a94)
1#
2# PINCTRL infrastructure and drivers
3#
4
5config PINCTRL
6 bool
7
8menu "Pin controllers"

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

30 select PINMUX
31 select IRQ_DOMAIN
32 help
33 This is the pin controller and gpio driver for ADI BF54x, BF60x and
34 future processors. This option is selected automatically when specific
35 machine and arch are selected to build.
36
37config PINCTRL_AS3722
1#
2# PINCTRL infrastructure and drivers
3#
4
5config PINCTRL
6 bool
7
8menu "Pin controllers"

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

30 select PINMUX
31 select IRQ_DOMAIN
32 help
33 This is the pin controller and gpio driver for ADI BF54x, BF60x and
34 future processors. This option is selected automatically when specific
35 machine and arch are selected to build.
36
37config PINCTRL_AS3722
38 bool "Pinctrl and GPIO driver for ams AS3722 PMIC"
38 tristate "Pinctrl and GPIO driver for ams AS3722 PMIC"
39 depends on MFD_AS3722 && GPIOLIB
40 select PINMUX
41 select GENERIC_PINCONF
42 help
43 AS3722 device supports the configuration of GPIO pins for different
44 functionality. This driver supports the pinmux, push-pull and
45 open drain configuration for the GPIO pins of AS3722 devices. It also
46 supports the GPIO functionality through gpiolib.

--- 239 unchanged lines hidden ---
39 depends on MFD_AS3722 && GPIOLIB
40 select PINMUX
41 select GENERIC_PINCONF
42 help
43 AS3722 device supports the configuration of GPIO pins for different
44 functionality. This driver supports the pinmux, push-pull and
45 open drain configuration for the GPIO pins of AS3722 devices. It also
46 supports the GPIO functionality through gpiolib.

--- 239 unchanged lines hidden ---