]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/pinctrl/Kconfig
Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[mirror_ubuntu-zesty-kernel.git] / drivers / pinctrl / Kconfig
CommitLineData
2744e8af
LW
1#
2# PINCTRL infrastructure and drivers
3#
4
45f034ef
LW
5config PINCTRL
6 bool
2744e8af 7 depends on EXPERIMENTAL
2744e8af
LW
8
9if PINCTRL
10
45f034ef
LW
11menu "Pin controllers"
12 depends on PINCTRL
13
2744e8af
LW
14config PINMUX
15 bool "Support pinmux controllers"
2744e8af
LW
16
17config 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
393daa81
RY
23config PINMUX_SIRF
24 bool "CSR SiRFprimaII pinmux driver"
25 depends on ARCH_PRIMA2
26 select PINMUX
393daa81 27
98da3529
LW
28config PINMUX_U300
29 bool "U300 pinmux driver"
30 depends on ARCH_U300
31 select PINMUX
45f034ef
LW
32
33endmenu
98da3529 34
2744e8af 35endif