]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/pinctrl/uniphier/Kconfig
pinctrl: uniphier: add UniPhier ProXstream2 pinctrl driver
[people/ms/u-boot.git] / drivers / pinctrl / uniphier / Kconfig
CommitLineData
5dc626f8
MY
1if ARCH_UNIPHIER
2
3config PINCTRL_UNIPHIER_CORE
4 bool
5
e4410e82
MY
6config 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
a3438124
MY
12config 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
06b2ae58
MY
18config PINCTRL_UNIPHIER_PH1_SLD8
19 bool "UniPhier PH1-sLD8 SoC pinctrl driver"
20 depends on MACH_PH1_SLD8
21 default y
22 select PINCTRL_UNIPHIER_CORE
23
b82ca82e
MY
24config PINCTRL_UNIPHIER_PH1_PRO5
25 bool "UniPhier PH1-Pro5 SoC pinctrl driver"
26 depends on MACH_PH1_PRO5
27 default y
28 select PINCTRL_UNIPHIER_CORE
29
833de5fa
MY
30config PINCTRL_UNIPHIER_PROXSTREAM2
31 bool "UniPhier ProXstream2 SoC pinctrl driver"
32 depends on MACH_PROXSTREAM2
33 default y
34 select PINCTRL_UNIPHIER_CORE
35
5dc626f8 36endif