ARM: rmobile: Imply clock drivers per SoC

Imply preferred clock driver per SoC, no functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
Marek Vasut
2019-02-18 13:20:48 +01:00
committed by Marek Vasut
parent afd46c5f13
commit 46467ceaf4
2 changed files with 10 additions and 0 deletions

View File

@@ -16,25 +16,30 @@ config R8A7790
bool "Renesas SoC R8A7790"
select RCAR_GEN2
select ARM_CORTEX_A15_CVE_2017_5715
imply CLK_R8A7790
config R8A7791
bool "Renesas SoC R8A7791"
select RCAR_GEN2
select ARM_CORTEX_A15_CVE_2017_5715
imply CLK_R8A7791
config R8A7792
bool "Renesas SoC R8A7792"
select RCAR_GEN2
select ARM_CORTEX_A15_CVE_2017_5715
imply CLK_R8A7792
config R8A7793
bool "Renesas SoC R8A7793"
select RCAR_GEN2
select ARM_CORTEX_A15_CVE_2017_5715
imply CLK_R8A7793
config R8A7794
bool "Renesas SoC R8A7794"
select RCAR_GEN2
imply CLK_R8A7794
choice
prompt "Renesas ARM SoCs board select"

View File

@@ -5,18 +5,23 @@ choice
config R8A7795
bool "Renesas SoC R8A7795"
imply CLK_R8A7795
config R8A7796
bool "Renesas SoC R8A7796"
imply CLK_R8A7796
config R8A77970
bool "Renesas SoC R8A77970"
imply CLK_R8A77970
config R8A77990
bool "Renesas SoC R8A77990"
imply CLK_R8A77990
config R8A77995
bool "Renesas SoC R8A77995"
imply CLK_R8A77995
endchoice