blob: c417a9f4ea3db40eec742af398edefe0459a746a [file] [log] [blame]
Masahiro Yamada5dc626f2015-09-11 20:17:32 +09001if ARCH_UNIPHIER
2
3config PINCTRL_UNIPHIER_CORE
4 bool
5
Masahiro Yamadae4410e82015-09-11 20:17:33 +09006config PINCTRL_UNIPHIER_PH1_LD4
7 bool "UniPhier PH1-LD4 SoC pinctrl driver"
8 depends on MACH_PH1_LD4
9 default y
10 select PINCTRL_UNIPHIER_CORE
11
Masahiro Yamadaa3438122015-09-11 20:17:34 +090012config PINCTRL_UNIPHIER_PH1_PRO4
13 bool "UniPhier PH1-Pro4 SoC pinctrl driver"
14 depends on MACH_PH1_PRO4
15 default y
16 select PINCTRL_UNIPHIER_CORE
17
Masahiro Yamada5dc626f2015-09-11 20:17:32 +090018endif