Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / drivers / pinctrl / sh-pfc / Kconfig
blob4ed3761418f9cd91caf539f542250ead94f4c2e7
2 # Renesas SH and SH Mobile PINCTRL drivers
5 if ARCH_RENESAS || SUPERH
7 config PINCTRL_SH_PFC
8         select PINMUX
9         select PINCONF
10         select GENERIC_PINCONF
11         def_bool y
12         help
13           This enables pin control drivers for SH and SH Mobile platforms
15 config PINCTRL_SH_PFC_GPIO
16         select GPIOLIB
17         select PINCTRL_SH_PFC
18         bool
19         help
20           This enables pin control and GPIO drivers for SH/SH Mobile platforms
22 config PINCTRL_PFC_EMEV2
23         def_bool y
24         depends on ARCH_EMEV2
25         select PINCTRL_SH_PFC
27 config PINCTRL_PFC_R8A73A4
28         def_bool y
29         depends on ARCH_R8A73A4
30         select PINCTRL_SH_PFC_GPIO
32 config PINCTRL_PFC_R8A7740
33         def_bool y
34         depends on ARCH_R8A7740
35         select PINCTRL_SH_PFC_GPIO
37 config PINCTRL_PFC_R8A7743
38         def_bool y
39         depends on ARCH_R8A7743
40         select PINCTRL_SH_PFC
42 config PINCTRL_PFC_R8A7745
43         def_bool y
44         depends on ARCH_R8A7745
45         select PINCTRL_SH_PFC
47 config PINCTRL_PFC_R8A7778
48         def_bool y
49         depends on ARCH_R8A7778
50         select PINCTRL_SH_PFC
52 config PINCTRL_PFC_R8A7779
53         def_bool y
54         depends on ARCH_R8A7779
55         select PINCTRL_SH_PFC
57 config PINCTRL_PFC_R8A7790
58         def_bool y
59         depends on ARCH_R8A7790
60         select PINCTRL_SH_PFC
62 config PINCTRL_PFC_R8A7791
63         def_bool y
64         depends on ARCH_R8A7791
65         select PINCTRL_SH_PFC
67 config PINCTRL_PFC_R8A7792
68         def_bool y
69         depends on ARCH_R8A7792
70         select PINCTRL_SH_PFC
72 config PINCTRL_PFC_R8A7793
73         def_bool y
74         depends on ARCH_R8A7793
75         select PINCTRL_SH_PFC
77 config PINCTRL_PFC_R8A7794
78         def_bool y
79         depends on ARCH_R8A7794
80         select PINCTRL_SH_PFC
82 config PINCTRL_PFC_R8A7795
83         def_bool y
84         depends on ARCH_R8A7795
85         select PINCTRL_SH_PFC
87 config PINCTRL_PFC_R8A7796
88         def_bool y
89         depends on ARCH_R8A7796
90         select PINCTRL_SH_PFC
92 config PINCTRL_PFC_R8A77970
93         def_bool y
94         depends on ARCH_R8A77970
95         select PINCTRL_SH_PFC
97 config PINCTRL_PFC_R8A77995
98         def_bool y
99         depends on ARCH_R8A77995
100         select PINCTRL_SH_PFC
102 config PINCTRL_PFC_SH7203
103         def_bool y
104         depends on CPU_SUBTYPE_SH7203
105         select PINCTRL_SH_PFC_GPIO
107 config PINCTRL_PFC_SH7264
108         def_bool y
109         depends on CPU_SUBTYPE_SH7264
110         select PINCTRL_SH_PFC_GPIO
112 config PINCTRL_PFC_SH7269
113         def_bool y
114         depends on CPU_SUBTYPE_SH7269
115         select PINCTRL_SH_PFC_GPIO
117 config PINCTRL_PFC_SH73A0
118         def_bool y
119         depends on ARCH_SH73A0
120         select PINCTRL_SH_PFC_GPIO
121         select REGULATOR
123 config PINCTRL_PFC_SH7720
124         def_bool y
125         depends on CPU_SUBTYPE_SH7720
126         select PINCTRL_SH_PFC_GPIO
128 config PINCTRL_PFC_SH7722
129         def_bool y
130         depends on CPU_SUBTYPE_SH7722
131         select PINCTRL_SH_PFC_GPIO
133 config PINCTRL_PFC_SH7723
134         def_bool y
135         depends on CPU_SUBTYPE_SH7723
136         select PINCTRL_SH_PFC_GPIO
138 config PINCTRL_PFC_SH7724
139         def_bool y
140         depends on CPU_SUBTYPE_SH7724
141         select PINCTRL_SH_PFC_GPIO
143 config PINCTRL_PFC_SH7734
144         def_bool y
145         depends on CPU_SUBTYPE_SH7734
146         select PINCTRL_SH_PFC_GPIO
148 config PINCTRL_PFC_SH7757
149         def_bool y
150         depends on CPU_SUBTYPE_SH7757
151         select PINCTRL_SH_PFC_GPIO
153 config PINCTRL_PFC_SH7785
154         def_bool y
155         depends on CPU_SUBTYPE_SH7785
156         select PINCTRL_SH_PFC_GPIO
158 config PINCTRL_PFC_SH7786
159         def_bool y
160         depends on CPU_SUBTYPE_SH7786
161         select PINCTRL_SH_PFC_GPIO
163 config PINCTRL_PFC_SHX3
164         def_bool y
165         depends on CPU_SUBTYPE_SHX3
166         select PINCTRL_SH_PFC_GPIO
167 endif