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 |
| 6 | help |
| 7 | Enable support for clock present on Renesas RCar SoCs. |
| 8 | |
| 9 | config PINCTRL_PFC_R8A7795 |
| 10 | bool "Renesas RCar Gen3 R8A7795 pin control driver" |
| 11 | def_bool y if R8A7795 |
| 12 | depends on PINCTRL_PFC |
| 13 | help |
| 14 | Support pin multiplexing control on Renesas RCar Gen3 R8A7795 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 | |
| 20 | config PINCTRL_PFC_R8A7796 |
| 21 | bool "Renesas RCar Gen3 R8A7796 pin control driver" |
| 22 | def_bool y if R8A7796 |
| 23 | depends on PINCTRL_PFC |
| 24 | help |
| 25 | Support pin multiplexing control on Renesas RCar Gen3 R8A7796 SoCs. |
| 26 | |
| 27 | The driver is controlled by a device tree node which contains both |
| 28 | the GPIO definitions and pin control functions for each available |
| 29 | multiplex function. |
| 30 | |
Marek Vasut | c106bb5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 31 | config PINCTRL_PFC_R8A77970 |
| 32 | bool "Renesas RCar Gen3 R8A77970 pin control driver" |
| 33 | def_bool y if R8A77970 |
| 34 | depends on PINCTRL_PFC |
| 35 | help |
| 36 | Support pin multiplexing control on Renesas RCar Gen3 R8A77970 SoCs. |
| 37 | |
| 38 | The driver is controlled by a device tree node which contains both |
| 39 | the GPIO definitions and pin control functions for each available |
| 40 | multiplex function. |
| 41 | |
Marek Vasut | a59e697 | 2017-10-08 20:57:37 +0200 | [diff] [blame] | 42 | config PINCTRL_PFC_R8A77995 |
| 43 | bool "Renesas RCar Gen3 R8A77995 pin control driver" |
| 44 | def_bool y if R8A77995 |
| 45 | depends on PINCTRL_PFC |
| 46 | help |
| 47 | Support pin multiplexing control on Renesas RCar Gen3 R8A77995 SoCs. |
| 48 | |
| 49 | The driver is controlled by a device tree node which contains both |
| 50 | the GPIO definitions and pin control functions for each available |
| 51 | multiplex function. |
| 52 | |
Marek Vasut | 910df4d | 2017-09-15 21:13:55 +0200 | [diff] [blame] | 53 | endif |