mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
a233bffb6b
Renesas R-Car V2H (R8A7792) clocks are handled by R-Car gen2 clock driver. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
19 lines
420 B
Plaintext
19 lines
420 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_R8A7792
|
|
default y if ARCH_R8A7793
|
|
default y if ARCH_R8A7794
|
|
default y if ARCH_SH73A0
|