Masahiro Yamada | 6e90889 | 2015-07-14 11:40:01 +0900 | [diff] [blame] | 1 | if ARCH_UNIPHIER |
| 2 | |
| 3 | config PINCTRL_UNIPHIER_CORE |
| 4 | bool |
| 5 | select PINMUX |
| 6 | select GENERIC_PINCONF |
| 7 | |
Masahiro Yamada | edd95a4 | 2015-07-14 11:40:02 +0900 | [diff] [blame] | 8 | config PINCTRL_UNIPHIER_PH1_LD4 |
| 9 | tristate "UniPhier PH1-LD4 SoC pinctrl driver" |
| 10 | select PINCTRL_UNIPHIER_CORE |
| 11 | |
Masahiro Yamada | b5cf416 | 2015-07-14 11:40:03 +0900 | [diff] [blame] | 12 | config PINCTRL_UNIPHIER_PH1_PRO4 |
| 13 | tristate "UniPhier PH1-Pro4 SoC pinctrl driver" |
| 14 | select PINCTRL_UNIPHIER_CORE |
| 15 | |
Masahiro Yamada | 95372f9 | 2015-07-14 11:40:04 +0900 | [diff] [blame] | 16 | config PINCTRL_UNIPHIER_PH1_SLD8 |
| 17 | tristate "UniPhier PH1-sLD8 SoC pinctrl driver" |
| 18 | select PINCTRL_UNIPHIER_CORE |
| 19 | |
Masahiro Yamada | 1950b04 | 2015-07-14 11:40:05 +0900 | [diff] [blame^] | 20 | config PINCTRL_UNIPHIER_PH1_PRO5 |
| 21 | tristate "UniPhier PH1-Pro5 SoC pinctrl driver" |
| 22 | select PINCTRL_UNIPHIER_CORE |
| 23 | |
Masahiro Yamada | 6e90889 | 2015-07-14 11:40:01 +0900 | [diff] [blame] | 24 | endif |