forked from Minki/linux
e4e2d7c388
Initial support for R-Car M3-W (r8a7796), including basic core clocks, and SCIF2 (console) and INTC-AP (GIC) module clocks. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Tested-by: Simon Horman <horms+renesas@verge.net.au>
18 lines
393 B
Plaintext
18 lines
393 B
Plaintext
config CLK_RENESAS_CPG_MSSR
|
|
bool
|
|
default y if ARCH_R8A7795
|
|
default y if ARCH_R8A7796
|
|
|
|
config CLK_RENESAS_CPG_MSTP
|
|
bool
|
|
default y if ARCH_R7S72100
|
|
default y if ARCH_R8A73A4
|
|
default y if ARCH_R8A7740
|
|
default y if ARCH_R8A7778
|
|
default y if ARCH_R8A7779
|
|
default y if ARCH_R8A7790
|
|
default y if ARCH_R8A7791
|
|
default y if ARCH_R8A7793
|
|
default y if ARCH_R8A7794
|
|
default y if ARCH_SH73A0
|