Linux 5.1.15
[linux/fpc-iii.git] / drivers / pinctrl / uniphier / Kconfig
blob9f2a1c666def111bb4bcca126edd28bdc013ab91
1 menuconfig PINCTRL_UNIPHIER
2         bool "UniPhier SoC pinctrl drivers"
3         depends on ARCH_UNIPHIER || COMPILE_TEST
4         depends on OF && MFD_SYSCON
5         default y
6         select PINMUX
7         select GENERIC_PINCONF
9 if PINCTRL_UNIPHIER
11 config PINCTRL_UNIPHIER_LD4
12         bool "UniPhier LD4 SoC pinctrl driver"
13         default ARM
15 config PINCTRL_UNIPHIER_PRO4
16         bool "UniPhier Pro4 SoC pinctrl driver"
17         default ARM
19 config PINCTRL_UNIPHIER_SLD8
20         bool "UniPhier sLD8 SoC pinctrl driver"
21         default ARM
23 config PINCTRL_UNIPHIER_PRO5
24         bool "UniPhier Pro5 SoC pinctrl driver"
25         default ARM
27 config PINCTRL_UNIPHIER_PXS2
28         bool "UniPhier PXs2 SoC pinctrl driver"
29         default ARM
31 config PINCTRL_UNIPHIER_LD6B
32         bool "UniPhier LD6b SoC pinctrl driver"
33         default ARM
35 config PINCTRL_UNIPHIER_LD11
36         bool "UniPhier LD11 SoC pinctrl driver"
37         default ARM64
39 config PINCTRL_UNIPHIER_LD20
40         bool "UniPhier LD20 SoC pinctrl driver"
41         default ARM64
43 config PINCTRL_UNIPHIER_PXS3
44         bool "UniPhier PXs3 SoC pinctrl driver"
45         default ARM64
47 endif