0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menuconfig PINCTRL_UNIPHIER
0003 bool "UniPhier SoC pinctrl drivers"
0004 depends on ARCH_UNIPHIER || COMPILE_TEST
0005 depends on OF && MFD_SYSCON
0006 default y
0007 select PINMUX
0008 select GENERIC_PINCONF
0009
0010 if PINCTRL_UNIPHIER
0011
0012 config PINCTRL_UNIPHIER_LD4
0013 bool "UniPhier LD4 SoC pinctrl driver"
0014 default ARM
0015
0016 config PINCTRL_UNIPHIER_PRO4
0017 bool "UniPhier Pro4 SoC pinctrl driver"
0018 default ARM
0019
0020 config PINCTRL_UNIPHIER_SLD8
0021 bool "UniPhier sLD8 SoC pinctrl driver"
0022 default ARM
0023
0024 config PINCTRL_UNIPHIER_PRO5
0025 bool "UniPhier Pro5 SoC pinctrl driver"
0026 default ARM
0027
0028 config PINCTRL_UNIPHIER_PXS2
0029 bool "UniPhier PXs2 SoC pinctrl driver"
0030 default ARM
0031
0032 config PINCTRL_UNIPHIER_LD6B
0033 bool "UniPhier LD6b SoC pinctrl driver"
0034 default ARM
0035
0036 config PINCTRL_UNIPHIER_LD11
0037 bool "UniPhier LD11 SoC pinctrl driver"
0038 default ARM64
0039
0040 config PINCTRL_UNIPHIER_LD20
0041 bool "UniPhier LD20 SoC pinctrl driver"
0042 default ARM64
0043
0044 config PINCTRL_UNIPHIER_PXS3
0045 bool "UniPhier PXs3 SoC pinctrl driver"
0046 default ARM64
0047
0048 config PINCTRL_UNIPHIER_NX1
0049 bool "UniPhier NX1 SoC pinctrl driver"
0050 default ARM64
0051
0052 endif