Marek Vasut | 36c2ee4 | 2017-07-21 23:18:03 +0200 | [diff] [blame] | 1 | config CLK_RENESAS |
| 2 | bool "Renesas clock drivers" |
| 3 | depends on CLK && ARCH_RMOBILE |
| 4 | help |
| 5 | Enable support for clock present on Renesas RCar SoCs. |
| 6 | |
Marek Vasut | dedb60f | 2018-01-08 16:38:51 +0100 | [diff] [blame^] | 7 | config CLK_RCAR_GEN2 |
| 8 | bool "Renesas RCar Gen2 clock driver" |
| 9 | def_bool y if RCAR_32 |
| 10 | depends on CLK_RENESAS |
| 11 | help |
| 12 | Enable this to support the clocks on Renesas RCar Gen2 SoC. |
| 13 | |
Marek Vasut | 36c2ee4 | 2017-07-21 23:18:03 +0200 | [diff] [blame] | 14 | config CLK_RCAR_GEN3 |
Marek Vasut | 7691ff2 | 2017-10-09 20:52:33 +0200 | [diff] [blame] | 15 | bool "Renesas RCar Gen3 clock driver" |
Marek Vasut | 36c2ee4 | 2017-07-21 23:18:03 +0200 | [diff] [blame] | 16 | def_bool y if RCAR_GEN3 |
| 17 | depends on CLK_RENESAS |
| 18 | help |
Marek Vasut | 7691ff2 | 2017-10-09 20:52:33 +0200 | [diff] [blame] | 19 | Enable this to support the clocks on Renesas RCar Gen3 SoC. |
Marek Vasut | 65f1bbf | 2018-01-08 16:32:38 +0100 | [diff] [blame] | 20 | |
| 21 | config CLK_R8A7795 |
| 22 | bool "Renesas R8A7795 clock driver" |
| 23 | def_bool y if R8A7795 |
| 24 | depends on CLK_RCAR_GEN3 |
| 25 | help |
| 26 | Enable this to support the clocks on Renesas R8A7795 SoC. |
| 27 | |
| 28 | config CLK_R8A7796 |
| 29 | bool "Renesas R8A7796 clock driver" |
| 30 | def_bool y if R8A7796 |
| 31 | depends on CLK_RCAR_GEN3 |
| 32 | help |
| 33 | Enable this to support the clocks on Renesas R8A7796 SoC. |
| 34 | |
| 35 | config CLK_R8A77970 |
| 36 | bool "Renesas R8A77970 clock driver" |
| 37 | def_bool y if R8A77970 |
| 38 | depends on CLK_RCAR_GEN3 |
| 39 | help |
| 40 | Enable this to support the clocks on Renesas R8A77970 SoC. |
| 41 | |
| 42 | config CLK_R8A77995 |
| 43 | bool "Renesas R8A77995 clock driver" |
| 44 | def_bool y if R8A77995 |
| 45 | depends on CLK_RCAR_GEN3 |
| 46 | help |
| 47 | Enable this to support the clocks on Renesas R8A77995 SoC. |