Kconfig 3.8 KB
Newer Older
1 2 3 4
#
# PINCTRL infrastructure and drivers
#

5 6
config PINCTRL
	bool
7 8 9

if PINCTRL

10 11 12
menu "Pin controllers"
	depends on PINCTRL

13
config PINMUX
14 15 16 17
	bool "Support pin multiplexing controllers"

config PINCONF
	bool "Support pin configuration controllers"
18

19 20 21 22
config GENERIC_PINCONF
	bool
	select PINCONF

23 24 25 26 27 28
config DEBUG_PINCTRL
	bool "Debug PINCTRL calls"
	depends on DEBUG_KERNEL
	help
	  Say Y here to add some extra checks and diagnostics to PINCTRL calls.

29 30 31 32 33 34 35 36 37
config PINCTRL_AT91
	bool "AT91 pinctrl driver"
	depends on OF
	depends on ARCH_AT91
	select PINMUX
	select PINCONF
	help
	  Say Y here to enable the at91 pinctrl driver

S
Simon Arlott 已提交
38 39 40 41 42
config PINCTRL_BCM2835
	bool
	select PINMUX
	select PINCONF

43 44 45 46 47
config PINCTRL_IMX
	bool
	select PINMUX
	select PINCONF

48 49 50 51 52 53 54 55
config PINCTRL_IMX35
	bool "IMX35 pinctrl driver"
	depends on OF
	depends on SOC_IMX35
	select PINCTRL_IMX
	help
	  Say Y here to enable the imx35 pinctrl driver

56 57 58 59 60 61 62 63
config PINCTRL_IMX51
	bool "IMX51 pinctrl driver"
	depends on OF
	depends on SOC_IMX51
	select PINCTRL_IMX
	help
	  Say Y here to enable the imx51 pinctrl driver

64 65 66 67 68 69 70 71
config PINCTRL_IMX53
	bool "IMX53 pinctrl driver"
	depends on OF
	depends on SOC_IMX53
	select PINCTRL_IMX
	help
	  Say Y here to enable the imx53 pinctrl driver

72 73 74 75 76 77 78 79
config PINCTRL_IMX6Q
	bool "IMX6Q pinctrl driver"
	depends on OF
	depends on SOC_IMX6Q
	select PINCTRL_IMX
	help
	  Say Y here to enable the imx6q pinctrl driver

80 81 82 83 84 85
config PINCTRL_LANTIQ
	bool
	depends on LANTIQ
	select PINMUX
	select PINCONF

86 87 88 89
config PINCTRL_PXA3xx
	bool
	select PINMUX

90 91 92 93 94
config PINCTRL_FALCON
	bool
	depends on SOC_FALCON
	depends on PINCTRL_LANTIQ

95 96 97 98 99
config PINCTRL_MMP2
	bool "MMP2 pin controller driver"
	depends on ARCH_MMP
	select PINCTRL_PXA3xx

S
Shawn Guo 已提交
100 101
config PINCTRL_MXS
	bool
102 103
	select PINMUX
	select PINCONF
S
Shawn Guo 已提交
104 105 106 107 108 109 110 111 112

config PINCTRL_IMX23
	bool
	select PINCTRL_MXS

config PINCTRL_IMX28
	bool
	select PINCTRL_MXS

113 114
config PINCTRL_NOMADIK
	bool "Nomadik pin controller driver"
115
	depends on ARCH_U8500 || ARCH_NOMADIK
116
	select PINMUX
117
	select PINCONF
118

119 120 121 122
config PINCTRL_STN8815
	bool "STN8815 pin controller driver"
	depends on PINCTRL_NOMADIK && ARCH_NOMADIK

123 124 125 126
config PINCTRL_DB8500
	bool "DB8500 pin controller driver"
	depends on PINCTRL_NOMADIK && ARCH_U8500

127 128 129 130
config PINCTRL_DB8540
	bool "DB8540 pin controller driver"
	depends on PINCTRL_NOMADIK && ARCH_U8500

131 132 133 134 135 136 137 138 139 140
config PINCTRL_PXA168
	bool "PXA168 pin controller driver"
	depends on ARCH_MMP
	select PINCTRL_PXA3xx

config PINCTRL_PXA910
	bool "PXA910 pin controller driver"
	depends on ARCH_MMP
	select PINCTRL_PXA3xx

141 142 143 144 145 146 147 148
config PINCTRL_SINGLE
	tristate "One-register-per-pin type device tree based pinctrl driver"
	depends on OF
	select PINMUX
	select PINCONF
	help
	  This selects the device tree based generic pinctrl driver.

149
config PINCTRL_SIRF
150 151
	bool "CSR SiRFprimaII/SiRFmarco pin controller driver"
	depends on ARCH_SIRF
152 153
	select PINMUX

154 155
config PINCTRL_TEGRA
	bool
156 157
	select PINMUX
	select PINCONF
158 159 160 161 162 163 164 165 166

config PINCTRL_TEGRA20
	bool
	select PINCTRL_TEGRA

config PINCTRL_TEGRA30
	bool
	select PINCTRL_TEGRA

167 168
config PINCTRL_U300
	bool "U300 pin controller driver"
169 170
	depends on ARCH_U300
	select PINMUX
171
	select GENERIC_PINCONF
172

173 174
config PINCTRL_COH901
	bool "ST-Ericsson U300 COH 901 335/571 GPIO"
175
	depends on GPIOLIB && ARCH_U300 && PINCTRL_U300
176 177 178 179 180 181
	help
	  Say yes here to support GPIO interface on ST-Ericsson U300.
	  The names of the two IP block variants supported are
	  COH 901 335 and COH 901 571/3. They contain 3, 5 or 7
	  ports of 8 GPIO pins each.

182
config PINCTRL_SAMSUNG
183
	bool
184 185 186
	select PINMUX
	select PINCONF

187 188
config PINCTRL_EXYNOS4
	bool "Pinctrl driver data for Exynos4 SoC"
189
	depends on OF && GPIOLIB
190 191
	select PINCTRL_SAMSUNG

192 193 194 195 196
config PINCTRL_EXYNOS5440
	bool "Samsung EXYNOS5440 SoC pinctrl driver"
	select PINMUX
	select PINCONF

197
source "drivers/pinctrl/mvebu/Kconfig"
198

199 200
source "drivers/pinctrl/spear/Kconfig"

201 202 203 204 205
config PINCTRL_XWAY
	bool
	depends on SOC_TYPE_XWAY
	depends on PINCTRL_LANTIQ

206
endmenu
207

208
endif