Merge branch 'ieee802154-for-davem-2019-08-24' of git://git.kernel.org/pub/scm/linux...
[linux-2.6-microblaze.git] / drivers / pinctrl / uniphier / Kconfig
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
9
10 if PINCTRL_UNIPHIER
11
12 config PINCTRL_UNIPHIER_LD4
13         bool "UniPhier LD4 SoC pinctrl driver"
14         default ARM
15
16 config PINCTRL_UNIPHIER_PRO4
17         bool "UniPhier Pro4 SoC pinctrl driver"
18         default ARM
19
20 config PINCTRL_UNIPHIER_SLD8
21         bool "UniPhier sLD8 SoC pinctrl driver"
22         default ARM
23
24 config PINCTRL_UNIPHIER_PRO5
25         bool "UniPhier Pro5 SoC pinctrl driver"
26         default ARM
27
28 config PINCTRL_UNIPHIER_PXS2
29         bool "UniPhier PXs2 SoC pinctrl driver"
30         default ARM
31
32 config PINCTRL_UNIPHIER_LD6B
33         bool "UniPhier LD6b SoC pinctrl driver"
34         default ARM
35
36 config PINCTRL_UNIPHIER_LD11
37         bool "UniPhier LD11 SoC pinctrl driver"
38         default ARM64
39
40 config PINCTRL_UNIPHIER_LD20
41         bool "UniPhier LD20 SoC pinctrl driver"
42         default ARM64
43
44 config PINCTRL_UNIPHIER_PXS3
45         bool "UniPhier PXs3 SoC pinctrl driver"
46         default ARM64
47
48 endif