pinctrl/coh901: driver to request its pins
[deliverable/linux.git] / drivers / pinctrl / Kconfig
1 #
2 # PINCTRL infrastructure and drivers
3 #
4
5 config PINCTRL
6 bool
7 depends on EXPERIMENTAL
8
9 if PINCTRL
10
11 menu "Pin controllers"
12 depends on PINCTRL
13
14 config PINMUX
15 bool "Support pinmux controllers"
16
17 config DEBUG_PINCTRL
18 bool "Debug PINCTRL calls"
19 depends on DEBUG_KERNEL
20 help
21 Say Y here to add some extra checks and diagnostics to PINCTRL calls.
22
23 config PINMUX_SIRF
24 bool "CSR SiRFprimaII pinmux driver"
25 depends on ARCH_PRIMA2
26 select PINMUX
27
28 config PINMUX_U300
29 bool "U300 pinmux driver"
30 depends on ARCH_U300
31 select PINMUX
32
33 config PINCTRL_COH901
34 bool "ST-Ericsson U300 COH 901 335/571 GPIO"
35 depends on GPIOLIB && ARCH_U300 && PINMUX_U300
36 help
37 Say yes here to support GPIO interface on ST-Ericsson U300.
38 The names of the two IP block variants supported are
39 COH 901 335 and COH 901 571/3. They contain 3, 5 or 7
40 ports of 8 GPIO pins each.
41
42 endmenu
43
44 endif
This page took 0.031728 seconds and 5 git commands to generate.