mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 17:44:52 +07:00
9127d54bb8
Add RZ/G1E (R8A7745) Clock Pulse Generator / Module Standby and Software Reset support, using the CPG/MSSR driver core and the common R-Car Gen2 (and RZ/G) code. Based on the proof-of-concept R8A7791 CPG/MSSR patch by Geert Uytterhoeven <geert+renesas@glider.be>. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
21 lines
474 B
Plaintext
21 lines
474 B
Plaintext
config CLK_RENESAS_CPG_MSSR
|
|
bool
|
|
default y if ARCH_R8A7743
|
|
default y if ARCH_R8A7745
|
|
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
|