Linus Walleij | 3a19805 | 2014-07-11 14:57:06 +0200 | [diff] [blame^] | 1 | if ARCH_U8500 |
| 2 | |
| 3 | config PINCTRL_ABX500 |
| 4 | bool "ST-Ericsson ABx500 family Mixed Signal Circuit gpio functions" |
| 5 | depends on AB8500_CORE |
| 6 | select GENERIC_PINCONF |
| 7 | help |
| 8 | Select this to enable the ABx500 family IC GPIO driver |
| 9 | |
| 10 | config PINCTRL_AB8500 |
| 11 | bool "AB8500 pin controller driver" |
| 12 | depends on PINCTRL_ABX500 && ARCH_U8500 |
| 13 | |
| 14 | config PINCTRL_AB8540 |
| 15 | bool "AB8540 pin controller driver" |
| 16 | depends on PINCTRL_ABX500 && ARCH_U8500 |
| 17 | |
| 18 | config PINCTRL_AB9540 |
| 19 | bool "AB9540 pin controller driver" |
| 20 | depends on PINCTRL_ABX500 && ARCH_U8500 |
| 21 | |
| 22 | config PINCTRL_AB8505 |
| 23 | bool "AB8505 pin controller driver" |
| 24 | depends on PINCTRL_ABX500 && ARCH_U8500 |
| 25 | |
| 26 | endif |
| 27 | |
| 28 | if (ARCH_U8500 || ARCH_NOMADIK) |
| 29 | |
| 30 | config PINCTRL_NOMADIK |
| 31 | bool "Nomadik pin controller driver" |
| 32 | depends on ARCH_U8500 || ARCH_NOMADIK |
| 33 | select PINMUX |
| 34 | select PINCONF |
| 35 | select GPIOLIB |
| 36 | select OF_GPIO |
| 37 | select GPIOLIB_IRQCHIP |
| 38 | |
| 39 | config PINCTRL_STN8815 |
| 40 | bool "STN8815 pin controller driver" |
| 41 | depends on PINCTRL_NOMADIK && ARCH_NOMADIK |
| 42 | |
| 43 | config PINCTRL_DB8500 |
| 44 | bool "DB8500 pin controller driver" |
| 45 | depends on PINCTRL_NOMADIK && ARCH_U8500 |
| 46 | |
| 47 | config PINCTRL_DB8540 |
| 48 | bool "DB8540 pin controller driver" |
| 49 | depends on PINCTRL_NOMADIK && ARCH_U8500 |
| 50 | |
| 51 | endif |