blob: 152414ce31c03689004182c357997fd4bf9f1fd5 [file] [log] [blame]
Marek Vasut3066a062017-09-15 21:13:55 +02001if ARCH_RMOBILE
2
3config PINCTRL_PFC
4 bool "Renesas pin control drivers"
5 depends on DM && ARCH_RMOBILE
6 help
7 Enable support for clock present on Renesas RCar SoCs.
8
Marek Vasutc40f2d62018-01-17 22:18:59 +01009config PINCTRL_PFC_R8A7790
10 bool "Renesas RCar Gen2 R8A7790 pin control driver"
Marek Vasutc40f2d62018-01-17 22:18:59 +010011 depends on PINCTRL_PFC
12 help
13 Support pin multiplexing control on Renesas RCar Gen3 R8A7790 SoCs.
14
15 The driver is controlled by a device tree node which contains both
16 the GPIO definitions and pin control functions for each available
17 multiplex function.
18
Marek Vasut06ef9e82018-01-17 17:14:45 +010019config PINCTRL_PFC_R8A7791
20 bool "Renesas RCar Gen2 R8A7791 pin control driver"
Marek Vasut06ef9e82018-01-17 17:14:45 +010021 depends on PINCTRL_PFC
22 help
23 Support pin multiplexing control on Renesas RCar Gen3 R8A7791 SoCs.
24
25 The driver is controlled by a device tree node which contains both
26 the GPIO definitions and pin control functions for each available
27 multiplex function.
28
Marek Vasut1ef39302018-01-17 22:29:50 +010029config PINCTRL_PFC_R8A7792
30 bool "Renesas RCar Gen2 R8A7792 pin control driver"
Marek Vasut1ef39302018-01-17 22:29:50 +010031 depends on PINCTRL_PFC
32 help
33 Support pin multiplexing control on Renesas RCar Gen3 R8A7792 SoCs.
34
35 The driver is controlled by a device tree node which contains both
36 the GPIO definitions and pin control functions for each available
37 multiplex function.
38
Marek Vasut06ef9e82018-01-17 17:14:45 +010039config PINCTRL_PFC_R8A7793
40 bool "Renesas RCar Gen2 R8A7793 pin control driver"
Marek Vasut06ef9e82018-01-17 17:14:45 +010041 depends on PINCTRL_PFC
42 help
43 Support pin multiplexing control on Renesas RCar Gen3 R8A7793 SoCs.
44
45 The driver is controlled by a device tree node which contains both
46 the GPIO definitions and pin control functions for each available
47 multiplex function.
48
Marek Vasut4dd88d52018-01-17 22:33:59 +010049config PINCTRL_PFC_R8A7794
50 bool "Renesas RCar Gen2 R8A7794 pin control driver"
Marek Vasut4dd88d52018-01-17 22:33:59 +010051 depends on PINCTRL_PFC
52 help
53 Support pin multiplexing control on Renesas RCar Gen3 R8A7794 SoCs.
54
55 The driver is controlled by a device tree node which contains both
56 the GPIO definitions and pin control functions for each available
57 multiplex function.
58
Marek Vasut3066a062017-09-15 21:13:55 +020059config PINCTRL_PFC_R8A7795
60 bool "Renesas RCar Gen3 R8A7795 pin control driver"
Marek Vasut3066a062017-09-15 21:13:55 +020061 depends on PINCTRL_PFC
62 help
63 Support pin multiplexing control on Renesas RCar Gen3 R8A7795 SoCs.
64
65 The driver is controlled by a device tree node which contains both
66 the GPIO definitions and pin control functions for each available
67 multiplex function.
68
69config PINCTRL_PFC_R8A7796
70 bool "Renesas RCar Gen3 R8A7796 pin control driver"
Marek Vasut3066a062017-09-15 21:13:55 +020071 depends on PINCTRL_PFC
72 help
73 Support pin multiplexing control on Renesas RCar Gen3 R8A7796 SoCs.
74
75 The driver is controlled by a device tree node which contains both
76 the GPIO definitions and pin control functions for each available
77 multiplex function.
78
Marek Vasut72269e02019-03-04 01:32:44 +010079config PINCTRL_PFC_R8A77965
80 bool "Renesas RCar Gen3 R8A77965 pin control driver"
81 depends on PINCTRL_PFC
82 help
83 Support pin multiplexing control on Renesas RCar Gen3 R8A77965 SoCs.
84
85 The driver is controlled by a device tree node which contains both
86 the GPIO definitions and pin control functions for each available
87 multiplex function.
88
Marek Vasuta0e11e52017-10-09 20:57:29 +020089config PINCTRL_PFC_R8A77970
90 bool "Renesas RCar Gen3 R8A77970 pin control driver"
Marek Vasuta0e11e52017-10-09 20:57:29 +020091 depends on PINCTRL_PFC
92 help
93 Support pin multiplexing control on Renesas RCar Gen3 R8A77970 SoCs.
94
95 The driver is controlled by a device tree node which contains both
96 the GPIO definitions and pin control functions for each available
97 multiplex function.
98
Marek Vasut68a77042018-04-26 13:09:20 +020099config PINCTRL_PFC_R8A77990
100 bool "Renesas RCar Gen3 R8A77990 pin control driver"
Marek Vasut68a77042018-04-26 13:09:20 +0200101 depends on PINCTRL_PFC
102 help
103 Support pin multiplexing control on Renesas RCar Gen3 R8A77990 SoCs.
104
105 The driver is controlled by a device tree node which contains both
106 the GPIO definitions and pin control functions for each available
107 multiplex function.
108
Marek Vasut7d35e642017-10-08 20:57:37 +0200109config PINCTRL_PFC_R8A77995
110 bool "Renesas RCar Gen3 R8A77995 pin control driver"
Marek Vasut7d35e642017-10-08 20:57:37 +0200111 depends on PINCTRL_PFC
112 help
113 Support pin multiplexing control on Renesas RCar Gen3 R8A77995 SoCs.
114
115 The driver is controlled by a device tree node which contains both
116 the GPIO definitions and pin control functions for each available
117 multiplex function.
118
Marek Vasut3066a062017-09-15 21:13:55 +0200119endif