ARM: rmobile: Imply pinctrl drivers per SoC
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Mon, 18 Feb 2019 12:22:03 +0000 (13:22 +0100)
committerMarek Vasut <marex@denx.de>
Mon, 25 Feb 2019 15:07:41 +0000 (16:07 +0100)
Imply preferred pin control driver per SoC, no functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/mach-rmobile/Kconfig.32
arch/arm/mach-rmobile/Kconfig.64

index 5d9da49c92079907c4d12006f1556edbea3d3eb4..67f669a6fc62ab8d9d8d52c78b8f8d6ef4e38749 100644 (file)
@@ -17,29 +17,34 @@ config R8A7790
        select RCAR_GEN2
        select ARM_CORTEX_A15_CVE_2017_5715
        imply CLK_R8A7790
+       imply PINCTRL_PFC_R8A7790
 
 config R8A7791
        bool "Renesas SoC R8A7791"
        select RCAR_GEN2
        select ARM_CORTEX_A15_CVE_2017_5715
        imply CLK_R8A7791
+       imply PINCTRL_PFC_R8A7791
 
 config R8A7792
        bool "Renesas SoC R8A7792"
        select RCAR_GEN2
        select ARM_CORTEX_A15_CVE_2017_5715
        imply CLK_R8A7792
+       imply PINCTRL_PFC_R8A7792
 
 config R8A7793
        bool "Renesas SoC R8A7793"
        select RCAR_GEN2
        select ARM_CORTEX_A15_CVE_2017_5715
        imply CLK_R8A7793
+       imply PINCTRL_PFC_R8A7793
 
 config R8A7794
        bool "Renesas SoC R8A7794"
        select RCAR_GEN2
        imply CLK_R8A7794
+       imply PINCTRL_PFC_R8A7794
 
 choice
        prompt "Renesas ARM SoCs board select"
index d84c0617d16360ac436217ebc1de907c06842a10..d231263574d17c790375e797260a612d13a32373 100644 (file)
@@ -6,22 +6,27 @@ choice
 config R8A7795
        bool "Renesas SoC R8A7795"
        imply CLK_R8A7795
+       imply PINCTRL_PFC_R8A7795
 
 config R8A7796
        bool "Renesas SoC R8A7796"
        imply CLK_R8A7796
+       imply PINCTRL_PFC_R8A7796
 
 config R8A77970
        bool "Renesas SoC R8A77970"
        imply CLK_R8A77970
+       imply PINCTRL_PFC_R8A77970
 
 config R8A77990
        bool "Renesas SoC R8A77990"
        imply CLK_R8A77990
+       imply PINCTRL_PFC_R8A77990
 
 config R8A77995
        bool "Renesas SoC R8A77995"
        imply CLK_R8A77995
+       imply PINCTRL_PFC_R8A77995
 
 endchoice