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 | |
Marek Vasut | 910df4d | 2017-09-15 21:13:55 +0200 | [diff] [blame] | 60 | config PINCTRL_PFC_R8A7795 |
| 61 | bool "Renesas RCar Gen3 R8A7795 pin control driver" |
Marek Vasut | 910df4d | 2017-09-15 21:13:55 +0200 | [diff] [blame] | 62 | depends on PINCTRL_PFC |
| 63 | help |
| 64 | Support pin multiplexing control on Renesas RCar Gen3 R8A7795 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 | |
| 70 | config PINCTRL_PFC_R8A7796 |
| 71 | bool "Renesas RCar Gen3 R8A7796 pin control driver" |
Marek Vasut | 910df4d | 2017-09-15 21:13:55 +0200 | [diff] [blame] | 72 | depends on PINCTRL_PFC |
| 73 | help |
| 74 | Support pin multiplexing control on Renesas RCar Gen3 R8A7796 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 | |
Marek Vasut | c6435c3 | 2019-03-04 01:32:44 +0100 | [diff] [blame] | 80 | config PINCTRL_PFC_R8A77965 |
| 81 | bool "Renesas RCar Gen3 R8A77965 pin control driver" |
| 82 | depends on PINCTRL_PFC |
| 83 | help |
| 84 | Support pin multiplexing control on Renesas RCar Gen3 R8A77965 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 | |
Marek Vasut | c106bb5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 90 | config PINCTRL_PFC_R8A77970 |
| 91 | bool "Renesas RCar Gen3 R8A77970 pin control driver" |
Marek Vasut | c106bb5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 92 | depends on PINCTRL_PFC |
| 93 | help |
| 94 | Support pin multiplexing control on Renesas RCar Gen3 R8A77970 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 | cb13e46 | 2018-04-26 13:09:20 +0200 | [diff] [blame] | 100 | config PINCTRL_PFC_R8A77990 |
| 101 | bool "Renesas RCar Gen3 R8A77990 pin control driver" |
Marek Vasut | cb13e46 | 2018-04-26 13:09:20 +0200 | [diff] [blame] | 102 | depends on PINCTRL_PFC |
| 103 | help |
| 104 | Support pin multiplexing control on Renesas RCar Gen3 R8A77990 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 | |
Marek Vasut | a59e697 | 2017-10-08 20:57:37 +0200 | [diff] [blame] | 110 | config PINCTRL_PFC_R8A77995 |
| 111 | bool "Renesas RCar Gen3 R8A77995 pin control driver" |
Marek Vasut | a59e697 | 2017-10-08 20:57:37 +0200 | [diff] [blame] | 112 | depends on PINCTRL_PFC |
| 113 | help |
| 114 | Support pin multiplexing control on Renesas RCar Gen3 R8A77995 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 | cbde9de | 2019-05-04 14:17:10 +0200 | [diff] [blame] | 120 | config PINCTRL_PFC_R7S72100 |
| 121 | bool "Renesas RZ/A1 R7S72100 pin control driver" |
| 122 | depends on CPU_RZA1 |
| 123 | default y if CPU_RZA1 |
| 124 | help |
| 125 | Support pin multiplexing control on Renesas RZ/A1 R7S72100 SoCs. |
| 126 | |
| 127 | The driver is controlled by a device tree node which contains both |
| 128 | the GPIO definitions and pin control functions for each available |
| 129 | multiplex function. |
| 130 | |
Marek Vasut | 910df4d | 2017-09-15 21:13:55 +0200 | [diff] [blame] | 131 | endif |