]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/pinctrl/uniphier/Kconfig
pinctrl: uniphier: make drivers non-modular
[mirror_ubuntu-bionic-kernel.git] / drivers / pinctrl / uniphier / Kconfig
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
8
9 if PINCTRL_UNIPHIER
10
11 config PINCTRL_UNIPHIER_LD4
12 bool "UniPhier LD4 SoC pinctrl driver"
13 default ARM
14
15 config PINCTRL_UNIPHIER_PRO4
16 bool "UniPhier Pro4 SoC pinctrl driver"
17 default ARM
18
19 config PINCTRL_UNIPHIER_SLD8
20 bool "UniPhier sLD8 SoC pinctrl driver"
21 default ARM
22
23 config PINCTRL_UNIPHIER_PRO5
24 bool "UniPhier Pro5 SoC pinctrl driver"
25 default ARM
26
27 config PINCTRL_UNIPHIER_PXS2
28 bool "UniPhier PXs2 SoC pinctrl driver"
29 default ARM
30
31 config PINCTRL_UNIPHIER_LD6B
32 bool "UniPhier LD6b SoC pinctrl driver"
33 default ARM
34
35 config PINCTRL_UNIPHIER_LD11
36 bool "UniPhier LD11 SoC pinctrl driver"
37 default ARM64
38
39 config PINCTRL_UNIPHIER_LD20
40 bool "UniPhier LD20 SoC pinctrl driver"
41 default ARM64
42
43 endif