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 |
Linus Walleij | ae6b4d8 | 2011-10-19 18:14:33 +0200 | [diff] [blame] | 15 | bool "Support pin multiplexing controllers" |
| 16 | |
| 17 | config PINCONF |
| 18 | bool "Support pin configuration controllers" |
Linus Walleij | 2744e8a | 2011-05-02 20:50:54 +0200 | [diff] [blame] | 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 | |
Linus Walleij | 3bece55 | 2011-12-18 23:44:26 +0100 | [diff] [blame] | 26 | config PINCTRL_SIRF |
| 27 | bool "CSR SiRFprimaII pin controller driver" |
Rongjun Ying | 393daa8 | 2011-10-09 03:11:13 -0700 | [diff] [blame] | 28 | depends on ARCH_PRIMA2 |
| 29 | select PINMUX |
Rongjun Ying | 393daa8 | 2011-10-09 03:11:13 -0700 | [diff] [blame] | 30 | |
Linus Walleij | 3bece55 | 2011-12-18 23:44:26 +0100 | [diff] [blame] | 31 | config PINCTRL_U300 |
| 32 | bool "U300 pin controller driver" |
Linus Walleij | 98da352 | 2011-05-02 20:54:38 +0200 | [diff] [blame] | 33 | depends on ARCH_U300 |
| 34 | select PINMUX |
Linus Walleij | 45f034e | 2011-11-05 21:28:46 +0100 | [diff] [blame] | 35 | |
Linus Walleij | ca402d3 | 2011-11-16 09:22:59 +0100 | [diff] [blame] | 36 | config PINCTRL_COH901 |
| 37 | bool "ST-Ericsson U300 COH 901 335/571 GPIO" |
Linus Walleij | b4e3ac7 | 2011-11-16 10:24:39 +0100 | [diff] [blame] | 38 | depends on GPIOLIB && ARCH_U300 && PINMUX_U300 |
Linus Walleij | ca402d3 | 2011-11-16 09:22:59 +0100 | [diff] [blame] | 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 | |
Linus Walleij | 45f034e | 2011-11-05 21:28:46 +0100 | [diff] [blame] | 45 | endmenu |
Linus Walleij | 98da352 | 2011-05-02 20:54:38 +0200 | [diff] [blame] | 46 | |
Linus Walleij | 2744e8a | 2011-05-02 20:50:54 +0200 | [diff] [blame] | 47 | endif |