Marek Vasut | 3066a06 | 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 | |
Marek Vasut | c40f2d6 | 2018-01-17 22:18:59 +0100 | [diff] [blame] | 9 | config PINCTRL_PFC_R8A7790 |
| 10 | bool "Renesas RCar Gen2 R8A7790 pin control driver" |
Marek Vasut | c40f2d6 | 2018-01-17 22:18:59 +0100 | [diff] [blame] | 11 | 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 Vasut | 06ef9e8 | 2018-01-17 17:14:45 +0100 | [diff] [blame] | 19 | config PINCTRL_PFC_R8A7791 |
| 20 | bool "Renesas RCar Gen2 R8A7791 pin control driver" |
Marek Vasut | 06ef9e8 | 2018-01-17 17:14:45 +0100 | [diff] [blame] | 21 | 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 Vasut | 1ef3930 | 2018-01-17 22:29:50 +0100 | [diff] [blame] | 29 | config PINCTRL_PFC_R8A7792 |
| 30 | bool "Renesas RCar Gen2 R8A7792 pin control driver" |
Marek Vasut | 1ef3930 | 2018-01-17 22:29:50 +0100 | [diff] [blame] | 31 | 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 Vasut | 06ef9e8 | 2018-01-17 17:14:45 +0100 | [diff] [blame] | 39 | config PINCTRL_PFC_R8A7793 |
| 40 | bool "Renesas RCar Gen2 R8A7793 pin control driver" |
Marek Vasut | 06ef9e8 | 2018-01-17 17:14:45 +0100 | [diff] [blame] | 41 | 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 Vasut | 4dd88d5 | 2018-01-17 22:33:59 +0100 | [diff] [blame] | 49 | config PINCTRL_PFC_R8A7794 |
| 50 | bool "Renesas RCar Gen2 R8A7794 pin control driver" |
Marek Vasut | 4dd88d5 | 2018-01-17 22:33:59 +0100 | [diff] [blame] | 51 | 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 Vasut | 3066a06 | 2017-09-15 21:13:55 +0200 | [diff] [blame] | 59 | config PINCTRL_PFC_R8A7795 |
| 60 | bool "Renesas RCar Gen3 R8A7795 pin control driver" |
Marek Vasut | 3066a06 | 2017-09-15 21:13:55 +0200 | [diff] [blame] | 61 | 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 | |
| 69 | config PINCTRL_PFC_R8A7796 |
| 70 | bool "Renesas RCar Gen3 R8A7796 pin control driver" |
Marek Vasut | 3066a06 | 2017-09-15 21:13:55 +0200 | [diff] [blame] | 71 | 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 Vasut | 72269e0 | 2019-03-04 01:32:44 +0100 | [diff] [blame^] | 79 | config 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 Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 89 | config PINCTRL_PFC_R8A77970 |
| 90 | bool "Renesas RCar Gen3 R8A77970 pin control driver" |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 91 | 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 Vasut | 68a7704 | 2018-04-26 13:09:20 +0200 | [diff] [blame] | 99 | config PINCTRL_PFC_R8A77990 |
| 100 | bool "Renesas RCar Gen3 R8A77990 pin control driver" |
Marek Vasut | 68a7704 | 2018-04-26 13:09:20 +0200 | [diff] [blame] | 101 | 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 Vasut | 7d35e64 | 2017-10-08 20:57:37 +0200 | [diff] [blame] | 109 | config PINCTRL_PFC_R8A77995 |
| 110 | bool "Renesas RCar Gen3 R8A77995 pin control driver" |
Marek Vasut | 7d35e64 | 2017-10-08 20:57:37 +0200 | [diff] [blame] | 111 | 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 Vasut | 3066a06 | 2017-09-15 21:13:55 +0200 | [diff] [blame] | 119 | endif |