Kconfig (ea51e5040e24eefe44d70bc654a237ca1f0225b0) Kconfig (f4e66983293f78e177bb210d19a46f083f5e8197)
1#
2# PINCTRL infrastructure and drivers
3#
4
5config PINCTRL
6 bool
7 depends on EXPERIMENTAL
8

--- 9 unchanged lines hidden (view full) ---

18 bool "Support pin configuration controllers"
19
20config 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
1#
2# PINCTRL infrastructure and drivers
3#
4
5config PINCTRL
6 bool
7 depends on EXPERIMENTAL
8

--- 9 unchanged lines hidden (view full) ---

18 bool "Support pin configuration controllers"
19
20config 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
26config PINCTRL_PXA3xx
27 bool
28 select PINMUX
29
30config PINCTRL_MMP2
31 bool "MMP2 pin controller driver"
32 depends on ARCH_MMP
33 select PINCTRL_PXA3xx
34 select PINCONF
35
36config PINCTRL_PXA168
37 bool "PXA168 pin controller driver"
38 depends on ARCH_MMP
39 select PINCTRL_PXA3xx
40 select PINCONF
41
42config PINCTRL_PXA910
43 bool "PXA910 pin controller driver"
44 depends on ARCH_MMP
45 select PINCTRL_PXA3xx
46 select PINCONF
47
26config PINCTRL_SIRF
27 bool "CSR SiRFprimaII pin controller driver"
28 depends on ARCH_PRIMA2
29 select PINMUX
30
31config PINCTRL_U300
32 bool "U300 pin controller driver"
33 depends on ARCH_U300

--- 14 unchanged lines hidden ---
48config PINCTRL_SIRF
49 bool "CSR SiRFprimaII pin controller driver"
50 depends on ARCH_PRIMA2
51 select PINMUX
52
53config PINCTRL_U300
54 bool "U300 pin controller driver"
55 depends on ARCH_U300

--- 14 unchanged lines hidden ---