drm/i915/intel_i2c: use i2c pre/post_xfer functions to setup gpio xfers
[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 pin multiplexing controllers"
16
17 config PINCONF
18 bool "Support pin configuration controllers"
19
20 config DEBUG_PINCTRL
21 bool "Debug PINCTRL calls"
22 depends on DEBUG_KERNEL
23 help
24 Say Y here to add some extra checks and diagnostics to PINCTRL calls.
25
26 config PINCTRL_SIRF
27 bool "CSR SiRFprimaII pin controller driver"
28 depends on ARCH_PRIMA2
29 select PINMUX
30
31 config PINCTRL_U300
32 bool "U300 pin controller driver"
33 depends on ARCH_U300
34 select PINMUX
35
36 config PINCTRL_COH901
37 bool "ST-Ericsson U300 COH 901 335/571 GPIO"
38 depends on GPIOLIB && ARCH_U300 && PINMUX_U300
39 help
40 Say yes here to support GPIO interface on ST-Ericsson U300.
41 The names of the two IP block variants supported are
42 COH 901 335 and COH 901 571/3. They contain 3, 5 or 7
43 ports of 8 GPIO pins each.
44
45 endmenu
46
47 endif
This page took 0.030222 seconds and 5 git commands to generate.