5d570fdf606556328a4cccac5da1b6f96d05e51c
[deliverable/linux.git] / drivers / pinctrl / sh-pfc / Kconfig
1 #
2 # Renesas SH and SH Mobile PINCTRL drivers
3 #
4
5 if ARCH_SHMOBILE || SUPERH
6
7 config PINCTRL_SH_PFC
8 select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB
9 select PINMUX
10 select PINCONF
11 select GENERIC_PINCONF
12 def_bool y
13 help
14 This enables pin control drivers for SH and SH Mobile platforms
15
16 config GPIO_SH_PFC
17 bool "SuperH PFC GPIO support"
18 depends on PINCTRL_SH_PFC && GPIOLIB
19 help
20 This enables support for GPIOs within the SoC's pin function
21 controller.
22
23 config PINCTRL_PFC_EMEV2
24 def_bool y
25 depends on ARCH_EMEV2
26 select PINCTRL_SH_PFC
27
28 config PINCTRL_PFC_R8A73A4
29 def_bool y
30 depends on ARCH_R8A73A4
31 select PINCTRL_SH_PFC
32
33 config PINCTRL_PFC_R8A7740
34 def_bool y
35 depends on ARCH_R8A7740
36 select PINCTRL_SH_PFC
37
38 config PINCTRL_PFC_R8A7778
39 def_bool y
40 depends on ARCH_R8A7778
41 select PINCTRL_SH_PFC
42
43 config PINCTRL_PFC_R8A7779
44 def_bool y
45 depends on ARCH_R8A7779
46 select PINCTRL_SH_PFC
47
48 config PINCTRL_PFC_R8A7790
49 def_bool y
50 depends on ARCH_R8A7790
51 select PINCTRL_SH_PFC
52
53 config PINCTRL_PFC_R8A7791
54 def_bool y
55 depends on ARCH_R8A7791
56 select PINCTRL_SH_PFC
57
58 config PINCTRL_PFC_R8A7793
59 def_bool y
60 depends on ARCH_R8A7793
61 select PINCTRL_SH_PFC
62
63 config PINCTRL_PFC_SH7203
64 def_bool y
65 depends on CPU_SUBTYPE_SH7203
66 depends on GPIOLIB
67 select PINCTRL_SH_PFC
68
69 config PINCTRL_PFC_SH7264
70 def_bool y
71 depends on CPU_SUBTYPE_SH7264
72 depends on GPIOLIB
73 select PINCTRL_SH_PFC
74
75 config PINCTRL_PFC_SH7269
76 def_bool y
77 depends on CPU_SUBTYPE_SH7269
78 depends on GPIOLIB
79 select PINCTRL_SH_PFC
80
81 config PINCTRL_PFC_SH73A0
82 def_bool y
83 depends on ARCH_SH73A0
84 select PINCTRL_SH_PFC
85 select REGULATOR
86
87 config PINCTRL_PFC_SH7720
88 def_bool y
89 depends on CPU_SUBTYPE_SH7720
90 depends on GPIOLIB
91 select PINCTRL_SH_PFC
92
93 config PINCTRL_PFC_SH7722
94 def_bool y
95 depends on CPU_SUBTYPE_SH7722
96 depends on GPIOLIB
97 select PINCTRL_SH_PFC
98
99 config PINCTRL_PFC_SH7723
100 def_bool y
101 depends on CPU_SUBTYPE_SH7723
102 depends on GPIOLIB
103 select PINCTRL_SH_PFC
104
105 config PINCTRL_PFC_SH7724
106 def_bool y
107 depends on CPU_SUBTYPE_SH7724
108 depends on GPIOLIB
109 select PINCTRL_SH_PFC
110
111 config PINCTRL_PFC_SH7734
112 def_bool y
113 depends on CPU_SUBTYPE_SH7734
114 depends on GPIOLIB
115 select PINCTRL_SH_PFC
116
117 config PINCTRL_PFC_SH7757
118 def_bool y
119 depends on CPU_SUBTYPE_SH7757
120 depends on GPIOLIB
121 select PINCTRL_SH_PFC
122
123 config PINCTRL_PFC_SH7785
124 def_bool y
125 depends on CPU_SUBTYPE_SH7785
126 depends on GPIOLIB
127 select PINCTRL_SH_PFC
128
129 config PINCTRL_PFC_SH7786
130 def_bool y
131 depends on CPU_SUBTYPE_SH7786
132 depends on GPIOLIB
133 select PINCTRL_SH_PFC
134
135 config PINCTRL_PFC_SHX3
136 def_bool y
137 depends on CPU_SUBTYPE_SHX3
138 depends on GPIOLIB
139 select PINCTRL_SH_PFC
140
141 endif
This page took 0.052222 seconds and 5 git commands to generate.