xref: /openbmc/linux/drivers/pinctrl/uniphier/Kconfig (revision 2afd450d)
1menuconfig 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
8
9if PINCTRL_UNIPHIER
10
11config PINCTRL_UNIPHIER_LD4
12	bool "UniPhier LD4 SoC pinctrl driver"
13	default ARM
14
15config PINCTRL_UNIPHIER_PRO4
16	bool "UniPhier Pro4 SoC pinctrl driver"
17	default ARM
18
19config PINCTRL_UNIPHIER_SLD8
20	bool "UniPhier sLD8 SoC pinctrl driver"
21	default ARM
22
23config PINCTRL_UNIPHIER_PRO5
24	bool "UniPhier Pro5 SoC pinctrl driver"
25	default ARM
26
27config PINCTRL_UNIPHIER_PXS2
28	bool "UniPhier PXs2 SoC pinctrl driver"
29	default ARM
30
31config PINCTRL_UNIPHIER_LD6B
32	bool "UniPhier LD6b SoC pinctrl driver"
33	default ARM
34
35config PINCTRL_UNIPHIER_LD11
36	bool "UniPhier LD11 SoC pinctrl driver"
37	default ARM64
38
39config PINCTRL_UNIPHIER_LD20
40	bool "UniPhier LD20 SoC pinctrl driver"
41	default ARM64
42
43endif
44