WIP FPC-III support
[linux/fpc-iii.git] / drivers / pinctrl / uniphier / Kconfig
blobc51a4db16040bda6c8bacfac10ae408c8575c0b4
1 # SPDX-License-Identifier: GPL-2.0-only
2 menuconfig PINCTRL_UNIPHIER
3         bool "UniPhier SoC pinctrl drivers"
4         depends on ARCH_UNIPHIER || COMPILE_TEST
5         depends on OF && MFD_SYSCON
6         default y
7         select PINMUX
8         select GENERIC_PINCONF
10 if PINCTRL_UNIPHIER
12 config PINCTRL_UNIPHIER_LD4
13         bool "UniPhier LD4 SoC pinctrl driver"
14         default ARM
16 config PINCTRL_UNIPHIER_PRO4
17         bool "UniPhier Pro4 SoC pinctrl driver"
18         default ARM
20 config PINCTRL_UNIPHIER_SLD8
21         bool "UniPhier sLD8 SoC pinctrl driver"
22         default ARM
24 config PINCTRL_UNIPHIER_PRO5
25         bool "UniPhier Pro5 SoC pinctrl driver"
26         default ARM
28 config PINCTRL_UNIPHIER_PXS2
29         bool "UniPhier PXs2 SoC pinctrl driver"
30         default ARM
32 config PINCTRL_UNIPHIER_LD6B
33         bool "UniPhier LD6b SoC pinctrl driver"
34         default ARM
36 config PINCTRL_UNIPHIER_LD11
37         bool "UniPhier LD11 SoC pinctrl driver"
38         default ARM64
40 config PINCTRL_UNIPHIER_LD20
41         bool "UniPhier LD20 SoC pinctrl driver"
42         default ARM64
44 config PINCTRL_UNIPHIER_PXS3
45         bool "UniPhier PXs3 SoC pinctrl driver"
46         default ARM64
48 endif