pinctrl/gpio: non-linear GPIO ranges accesible from gpiolib
[deliverable/linux.git] / drivers / pinctrl / Kconfig
index b6e864e8c9e82df756fc6aa3d227a7e57627c1fa..85f5462460aa6efe78644a3aef61aa6287113cb9 100644 (file)
@@ -49,6 +49,35 @@ config PINCTRL_AB8505
        bool "AB8505 pin controller driver"
        depends on PINCTRL_ABX500 && ARCH_U8500
 
+config PINCTRL_ADI2
+       bool "ADI pin controller driver"
+       depends on BLACKFIN
+       select PINMUX
+       select IRQ_DOMAIN
+       help
+         This is the pin controller and gpio driver for ADI BF54x, BF60x and
+         future processors. This option is selected automatically when specific
+         machine and arch are selected to build.
+
+config PINCTRL_AS3722
+       bool "Pinctrl and GPIO driver for ams AS3722 PMIC"
+       depends on MFD_AS3722 && GPIOLIB
+       select PINMUX
+       select GENERIC_PINCONF
+       help
+         AS3722 device supports the configuration of GPIO pins for different
+         functionality. This driver supports the pinmux, push-pull and
+         open drain configuration for the GPIO pins of AS3722 devices. It also
+         supports the GPIO functionality through gpiolib.
+
+config PINCTRL_BF54x
+       def_bool y if BF54x
+       select PINCTRL_ADI2
+
+config PINCTRL_BF60x
+       def_bool y if BF60x
+       select PINCTRL_ADI2
+
 config PINCTRL_AT91
        bool "AT91 pinctrl driver"
        depends on OF
This page took 0.02638 seconds and 5 git commands to generate.