diff options
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r-- | drivers/pinctrl/Kconfig | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index a5f3c8ca480e..393b0ecf4ca4 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig | |||
@@ -26,6 +26,29 @@ config DEBUG_PINCTRL | |||
26 | help | 26 | help |
27 | Say Y here to add some extra checks and diagnostics to PINCTRL calls. | 27 | Say Y here to add some extra checks and diagnostics to PINCTRL calls. |
28 | 28 | ||
29 | config PINCTRL_ABX500 | ||
30 | bool "ST-Ericsson ABx500 family Mixed Signal Circuit gpio functions" | ||
31 | depends on AB8500_CORE | ||
32 | select GENERIC_PINCONF | ||
33 | help | ||
34 | Select this to enable the ABx500 family IC GPIO driver | ||
35 | |||
36 | config PINCTRL_AB8500 | ||
37 | bool "AB8500 pin controller driver" | ||
38 | depends on PINCTRL_ABX500 && ARCH_U8500 | ||
39 | |||
40 | config PINCTRL_AB8540 | ||
41 | bool "AB8540 pin controller driver" | ||
42 | depends on PINCTRL_ABX500 && ARCH_U8500 | ||
43 | |||
44 | config PINCTRL_AB9540 | ||
45 | bool "AB9540 pin controller driver" | ||
46 | depends on PINCTRL_ABX500 && ARCH_U8500 | ||
47 | |||
48 | config PINCTRL_AB8505 | ||
49 | bool "AB8505 pin controller driver" | ||
50 | depends on PINCTRL_ABX500 && ARCH_U8500 | ||
51 | |||
29 | config PINCTRL_AT91 | 52 | config PINCTRL_AT91 |
30 | bool "AT91 pinctrl driver" | 53 | bool "AT91 pinctrl driver" |
31 | depends on OF | 54 | depends on OF |
@@ -151,6 +174,11 @@ config PINCTRL_SIRF | |||
151 | depends on ARCH_SIRF | 174 | depends on ARCH_SIRF |
152 | select PINMUX | 175 | select PINMUX |
153 | 176 | ||
177 | config PINCTRL_SUNXI | ||
178 | bool | ||
179 | select PINMUX | ||
180 | select GENERIC_PINCONF | ||
181 | |||
154 | config PINCTRL_TEGRA | 182 | config PINCTRL_TEGRA |
155 | bool | 183 | bool |
156 | select PINMUX | 184 | select PINMUX |
@@ -164,6 +192,10 @@ config PINCTRL_TEGRA30 | |||
164 | bool | 192 | bool |
165 | select PINCTRL_TEGRA | 193 | select PINCTRL_TEGRA |
166 | 194 | ||
195 | config PINCTRL_TEGRA114 | ||
196 | bool | ||
197 | select PINCTRL_TEGRA | ||
198 | |||
167 | config PINCTRL_U300 | 199 | config PINCTRL_U300 |
168 | bool "U300 pin controller driver" | 200 | bool "U300 pin controller driver" |
169 | depends on ARCH_U300 | 201 | depends on ARCH_U300 |