Linus Walleij | 2744e8a | 2011-05-02 20:50:54 +0200 | [diff] [blame] | 1 | # |
2 | # PINCTRL infrastructure and drivers | ||||
3 | # | ||||
4 | |||||
Linus Walleij | 45f034e | 2011-11-05 21:28:46 +0100 | [diff] [blame] | 5 | config PINCTRL |
6 | bool | ||||
Linus Walleij | 2744e8a | 2011-05-02 20:50:54 +0200 | [diff] [blame] | 7 | depends on EXPERIMENTAL |
Linus Walleij | 2744e8a | 2011-05-02 20:50:54 +0200 | [diff] [blame] | 8 | |
9 | if PINCTRL | ||||
10 | |||||
Linus Walleij | 45f034e | 2011-11-05 21:28:46 +0100 | [diff] [blame] | 11 | menu "Pin controllers" |
12 | depends on PINCTRL | ||||
13 | |||||
Linus Walleij | 2744e8a | 2011-05-02 20:50:54 +0200 | [diff] [blame] | 14 | config PINMUX |
15 | bool "Support pinmux controllers" | ||||
Linus Walleij | 2744e8a | 2011-05-02 20:50:54 +0200 | [diff] [blame] | 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 | |||||
Rongjun Ying | 393daa8 | 2011-10-09 03:11:13 -0700 | [diff] [blame] | 23 | config PINMUX_SIRF |
24 | bool "CSR SiRFprimaII pinmux driver" | ||||
25 | depends on ARCH_PRIMA2 | ||||
26 | select PINMUX | ||||
Rongjun Ying | 393daa8 | 2011-10-09 03:11:13 -0700 | [diff] [blame] | 27 | |
Linus Walleij | 98da352 | 2011-05-02 20:54:38 +0200 | [diff] [blame] | 28 | config PINMUX_U300 |
29 | bool "U300 pinmux driver" | ||||
30 | depends on ARCH_U300 | ||||
31 | select PINMUX | ||||
Linus Walleij | 45f034e | 2011-11-05 21:28:46 +0100 | [diff] [blame] | 32 | |
33 | endmenu | ||||
Linus Walleij | 98da352 | 2011-05-02 20:54:38 +0200 | [diff] [blame] | 34 | |
Linus Walleij | 2744e8a | 2011-05-02 20:50:54 +0200 | [diff] [blame] | 35 | endif |