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 | |||||
7 | config CLK_RCAR_GEN3 | ||||
8 | bool "Renesas RCar Gen3 R8A7795/R8A7796 clock driver" | ||||
9 | def_bool y if RCAR_GEN3 | ||||
10 | depends on CLK_RENESAS | ||||
11 | help | ||||
12 | Enable this to support the clocks on Renesas RCar Gen3 | ||||
13 | R8A7795 and R8A7796 SoC. |