Marek Vasut | 910df4d | 2017-09-15 21:13:55 +0200 | [diff] [blame] | 1 | if ARCH_RMOBILE |
| 2 | |
| 3 | config PINCTRL_PFC |
| 4 | bool "Renesas pin control drivers" |
| 5 | depends on DM && ARCH_RMOBILE |
Marek Vasut | cbde9de | 2019-05-04 14:17:10 +0200 | [diff] [blame] | 6 | default n if CPU_RZA1 |
Marek Vasut | 910df4d | 2017-09-15 21:13:55 +0200 | [diff] [blame] | 7 | help |
| 8 | Enable support for clock present on Renesas RCar SoCs. |
| 9 | |
Marek Vasut | 7547ad4 | 2018-01-17 22:18:59 +0100 | [diff] [blame] | 10 | config PINCTRL_PFC_R8A7790 |
| 11 | bool "Renesas RCar Gen2 R8A7790 pin control driver" |
Marek Vasut | 7547ad4 | 2018-01-17 22:18:59 +0100 | [diff] [blame] | 12 | depends on PINCTRL_PFC |
| 13 | help |
| 14 | Support pin multiplexing control on Renesas RCar Gen3 R8A7790 SoCs. |
| 15 | |
| 16 | The driver is controlled by a device tree node which contains both |
| 17 | the GPIO definitions and pin control functions for each available |
| 18 | multiplex function. |
| 19 | |
Marek Vasut | 427c75d | 2018-01-17 17:14:45 +0100 | [diff] [blame] | 20 | config PINCTRL_PFC_R8A7791 |
| 21 | bool "Renesas RCar Gen2 R8A7791 pin control driver" |
Marek Vasut | 427c75d | 2018-01-17 17:14:45 +0100 | [diff] [blame] | 22 | depends on PINCTRL_PFC |
| 23 | help |
| 24 | Support pin multiplexing control on Renesas RCar Gen3 R8A7791 SoCs. |
| 25 | |
| 26 | The driver is controlled by a device tree node which contains both |
| 27 | the GPIO definitions and pin control functions for each available |
| 28 | multiplex function. |
| 29 | |
Marek Vasut | ab2d09b4 | 2018-01-17 22:29:50 +0100 | [diff] [blame] | 30 | config PINCTRL_PFC_R8A7792 |
| 31 | bool "Renesas RCar Gen2 R8A7792 pin control driver" |
Marek Vasut | ab2d09b4 | 2018-01-17 22:29:50 +0100 | [diff] [blame] | 32 | depends on PINCTRL_PFC |
| 33 | help |
| 34 | Support pin multiplexing control on Renesas RCar Gen3 R8A7792 SoCs. |
| 35 | |
| 36 | The driver is controlled by a device tree node which contains both |
| 37 | the GPIO definitions and pin control functions for each available |
| 38 | multiplex function. |
| 39 | |
Marek Vasut | 427c75d | 2018-01-17 17:14:45 +0100 | [diff] [blame] | 40 | config PINCTRL_PFC_R8A7793 |
| 41 | bool "Renesas RCar Gen2 R8A7793 pin control driver" |
Marek Vasut | 427c75d | 2018-01-17 17:14:45 +0100 | [diff] [blame] | 42 | depends on PINCTRL_PFC |
| 43 | help |
| 44 | Support pin multiplexing control on Renesas RCar Gen3 R8A7793 SoCs. |
| 45 | |
| 46 | The driver is controlled by a device tree node which contains both |
| 47 | the GPIO definitions and pin control functions for each available |
| 48 | multiplex function. |
| 49 | |
Marek Vasut | 34e9360 | 2018-01-17 22:33:59 +0100 | [diff] [blame] | 50 | config PINCTRL_PFC_R8A7794 |
| 51 | bool "Renesas RCar Gen2 R8A7794 pin control driver" |
Marek Vasut | 34e9360 | 2018-01-17 22:33:59 +0100 | [diff] [blame] | 52 | depends on PINCTRL_PFC |
| 53 | help |
| 54 | Support pin multiplexing control on Renesas RCar Gen3 R8A7794 SoCs. |
| 55 | |
| 56 | The driver is controlled by a device tree node which contains both |
| 57 | the GPIO definitions and pin control functions for each available |
| 58 | multiplex function. |
| 59 | |
Biju Das | 953a3be | 2020-09-15 15:36:27 +0100 | [diff] [blame] | 60 | config PINCTRL_PFC_R8A774A1 |
| 61 | bool "Renesas RZ/G2 R8A774A1 pin control driver" |
| 62 | depends on PINCTRL_PFC |
| 63 | help |
| 64 | Support pin multiplexing control on Renesas RZ/G2M R8A774A1 SoCs. |
| 65 | |
| 66 | The driver is controlled by a device tree node which contains both |
| 67 | the GPIO definitions and pin control functions for each available |
| 68 | multiplex function. |
| 69 | |
Biju Das | c5f3762 | 2020-10-28 10:34:21 +0000 | [diff] [blame] | 70 | config PINCTRL_PFC_R8A774B1 |
| 71 | bool "Renesas RZ/G2 R8A774B1 pin control driver" |
| 72 | depends on PINCTRL_PFC |
| 73 | help |
| 74 | Support pin multiplexing control on Renesas RZ/G2N R8A774B1 SoCs. |
| 75 | |
| 76 | The driver is controlled by a device tree node which contains both |
| 77 | the GPIO definitions and pin control functions for each available |
| 78 | multiplex function. |
| 79 | |
Lad Prabhakar | 220f308 | 2021-03-15 22:24:04 +0000 | [diff] [blame] | 80 | config PINCTRL_PFC_R8A774C0 |
| 81 | bool "Renesas RZ/G2 R8A774C0 pin control driver" |
| 82 | depends on PINCTRL_PFC |
| 83 | help |
| 84 | Support pin multiplexing control on Renesas RZ/G2E R8A774C0 SoCs. |
| 85 | |
| 86 | The driver is controlled by a device tree node which contains both |
| 87 | the GPIO definitions and pin control functions for each available |
| 88 | multiplex function. |
| 89 | |
Biju Das | 975154b | 2020-10-28 10:34:22 +0000 | [diff] [blame] | 90 | config PINCTRL_PFC_R8A774E1 |
| 91 | bool "Renesas RZ/G2 R8A774E1 pin control driver" |
| 92 | depends on PINCTRL_PFC |
| 93 | help |
| 94 | Support pin multiplexing control on Renesas RZ/G2H R8A774E1 SoCs. |
| 95 | |
| 96 | The driver is controlled by a device tree node which contains both |
| 97 | the GPIO definitions and pin control functions for each available |
| 98 | multiplex function. |
| 99 | |
Marek Vasut | 910df4d | 2017-09-15 21:13:55 +0200 | [diff] [blame] | 100 | config PINCTRL_PFC_R8A7795 |
| 101 | bool "Renesas RCar Gen3 R8A7795 pin control driver" |
Marek Vasut | 910df4d | 2017-09-15 21:13:55 +0200 | [diff] [blame] | 102 | depends on PINCTRL_PFC |
| 103 | help |
| 104 | Support pin multiplexing control on Renesas RCar Gen3 R8A7795 SoCs. |
| 105 | |
| 106 | The driver is controlled by a device tree node which contains both |
| 107 | the GPIO definitions and pin control functions for each available |
| 108 | multiplex function. |
| 109 | |
| 110 | config PINCTRL_PFC_R8A7796 |
| 111 | bool "Renesas RCar Gen3 R8A7796 pin control driver" |
Marek Vasut | 910df4d | 2017-09-15 21:13:55 +0200 | [diff] [blame] | 112 | depends on PINCTRL_PFC |
| 113 | help |
| 114 | Support pin multiplexing control on Renesas RCar Gen3 R8A7796 SoCs. |
| 115 | |
| 116 | The driver is controlled by a device tree node which contains both |
| 117 | the GPIO definitions and pin control functions for each available |
| 118 | multiplex function. |
| 119 | |
Marek Vasut | c6435c3 | 2019-03-04 01:32:44 +0100 | [diff] [blame] | 120 | config PINCTRL_PFC_R8A77965 |
| 121 | bool "Renesas RCar Gen3 R8A77965 pin control driver" |
| 122 | depends on PINCTRL_PFC |
| 123 | help |
| 124 | Support pin multiplexing control on Renesas RCar Gen3 R8A77965 SoCs. |
| 125 | |
| 126 | The driver is controlled by a device tree node which contains both |
| 127 | the GPIO definitions and pin control functions for each available |
| 128 | multiplex function. |
| 129 | |
Marek Vasut | c106bb5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 130 | config PINCTRL_PFC_R8A77970 |
| 131 | bool "Renesas RCar Gen3 R8A77970 pin control driver" |
Marek Vasut | c106bb5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 132 | depends on PINCTRL_PFC |
| 133 | help |
| 134 | Support pin multiplexing control on Renesas RCar Gen3 R8A77970 SoCs. |
| 135 | |
| 136 | The driver is controlled by a device tree node which contains both |
| 137 | the GPIO definitions and pin control functions for each available |
| 138 | multiplex function. |
| 139 | |
Marek Vasut | f497ec3 | 2019-07-29 19:59:44 +0200 | [diff] [blame] | 140 | config PINCTRL_PFC_R8A77980 |
| 141 | bool "Renesas RCar Gen3 R8A77980 pin control driver" |
| 142 | depends on PINCTRL_PFC |
| 143 | help |
| 144 | Support pin multiplexing control on Renesas RCar Gen3 R8A77980 SoCs. |
| 145 | |
| 146 | The driver is controlled by a device tree node which contains both |
| 147 | the GPIO definitions and pin control functions for each available |
| 148 | multiplex function. |
| 149 | |
Marek Vasut | cb13e46 | 2018-04-26 13:09:20 +0200 | [diff] [blame] | 150 | config PINCTRL_PFC_R8A77990 |
| 151 | bool "Renesas RCar Gen3 R8A77990 pin control driver" |
Marek Vasut | cb13e46 | 2018-04-26 13:09:20 +0200 | [diff] [blame] | 152 | depends on PINCTRL_PFC |
| 153 | help |
| 154 | Support pin multiplexing control on Renesas RCar Gen3 R8A77990 SoCs. |
| 155 | |
| 156 | The driver is controlled by a device tree node which contains both |
| 157 | the GPIO definitions and pin control functions for each available |
| 158 | multiplex function. |
| 159 | |
Marek Vasut | a59e697 | 2017-10-08 20:57:37 +0200 | [diff] [blame] | 160 | config PINCTRL_PFC_R8A77995 |
| 161 | bool "Renesas RCar Gen3 R8A77995 pin control driver" |
Marek Vasut | a59e697 | 2017-10-08 20:57:37 +0200 | [diff] [blame] | 162 | depends on PINCTRL_PFC |
| 163 | help |
| 164 | Support pin multiplexing control on Renesas RCar Gen3 R8A77995 SoCs. |
| 165 | |
| 166 | The driver is controlled by a device tree node which contains both |
| 167 | the GPIO definitions and pin control functions for each available |
| 168 | multiplex function. |
| 169 | |
Marek Vasut | cbde9de | 2019-05-04 14:17:10 +0200 | [diff] [blame] | 170 | config PINCTRL_PFC_R7S72100 |
| 171 | bool "Renesas RZ/A1 R7S72100 pin control driver" |
| 172 | depends on CPU_RZA1 |
| 173 | default y if CPU_RZA1 |
| 174 | help |
| 175 | Support pin multiplexing control on Renesas RZ/A1 R7S72100 SoCs. |
| 176 | |
| 177 | The driver is controlled by a device tree node which contains both |
| 178 | the GPIO definitions and pin control functions for each available |
| 179 | multiplex function. |
| 180 | |
Marek Vasut | 910df4d | 2017-09-15 21:13:55 +0200 | [diff] [blame] | 181 | endif |