Linus Walleij | 2744e8a | 2011-05-02 20:50:54 +0200 | [diff] [blame] | 1 | # |
| 2 | # PINCTRL infrastructure and drivers |
| 3 | # |
| 4 | |
| 5 | menuconfig PINCTRL |
| 6 | bool "PINCTRL Support" |
| 7 | depends on EXPERIMENTAL |
| 8 | help |
| 9 | This enables the PINCTRL subsystem for controlling pins |
| 10 | on chip packages, for example multiplexing pins on primarily |
| 11 | PGA and BGA packages for systems on chip. |
| 12 | |
| 13 | If unsure, say N. |
| 14 | |
| 15 | if PINCTRL |
| 16 | |
| 17 | config PINMUX |
| 18 | bool "Support pinmux controllers" |
| 19 | help |
| 20 | Say Y here if you want the pincontrol subsystem to handle pin |
| 21 | multiplexing drivers. |
| 22 | |
| 23 | config DEBUG_PINCTRL |
| 24 | bool "Debug PINCTRL calls" |
| 25 | depends on DEBUG_KERNEL |
| 26 | help |
| 27 | Say Y here to add some extra checks and diagnostics to PINCTRL calls. |
| 28 | |
Rongjun Ying | 393daa8 | 2011-10-09 03:11:13 -0700 | [diff] [blame^] | 29 | config PINMUX_SIRF |
| 30 | bool "CSR SiRFprimaII pinmux driver" |
| 31 | depends on ARCH_PRIMA2 |
| 32 | select PINMUX |
| 33 | help |
| 34 | Say Y here to enable the SiRFprimaII pinmux driver |
| 35 | |
Linus Walleij | 98da352 | 2011-05-02 20:54:38 +0200 | [diff] [blame] | 36 | config PINMUX_U300 |
| 37 | bool "U300 pinmux driver" |
| 38 | depends on ARCH_U300 |
| 39 | select PINMUX |
| 40 | help |
| 41 | Say Y here to enable the U300 pinmux driver |
| 42 | |
Linus Walleij | 2744e8a | 2011-05-02 20:50:54 +0200 | [diff] [blame] | 43 | endif |