qib_fs: fix (some) dcache abuses
[firefly-linux-kernel-4.4.55.git] / drivers / pinctrl / Kconfig
index 21db2013543b69a93642b826a31a74bc9383a8fd..33f9dc1f14fdd3e64db47325550b9f5ba93360b5 100644 (file)
@@ -59,6 +59,17 @@ config PINCTRL_ADI2
          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
@@ -98,6 +109,19 @@ config PINCTRL_IMX
        select PINMUX
        select PINCONF
 
+config PINCTRL_IMX1_CORE
+       bool
+       select PINMUX
+       select PINCONF
+
+config PINCTRL_IMX27
+       bool "IMX27 pinctrl driver"
+       depends on OF
+       depends on SOC_IMX27
+       select PINCTRL_IMX1_CORE
+       help
+         Say Y here to enable the imx27 pinctrl driver
+
 config PINCTRL_IMX35
        bool "IMX35 pinctrl driver"
        depends on OF
@@ -106,6 +130,14 @@ config PINCTRL_IMX35
        help
          Say Y here to enable the imx35 pinctrl driver
 
+config PINCTRL_IMX50
+       bool "IMX50 pinctrl driver"
+       depends on OF
+       depends on SOC_IMX50
+       select PINCTRL_IMX
+       help
+         Say Y here to enable the imx50 pinctrl driver
+
 config PINCTRL_IMX51
        bool "IMX51 pinctrl driver"
        depends on OF
@@ -310,6 +342,10 @@ config PINCTRL_XWAY
        depends on SOC_TYPE_XWAY
        depends on PINCTRL_LANTIQ
 
+config PINCTRL_TB10X
+       bool
+       depends on ARC_PLAT_TB10X
+
 endmenu
 
 endif