aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc/Kconfig
diff options
context:
space:
mode:
authorBiju Das <biju.das@bp.renesas.com>2018-08-13 14:52:32 +0100
committerGeert Uytterhoeven <geert+renesas@glider.be>2018-08-28 11:28:37 +0200
commit91d627a779a16a247f7da30a6538bccd30804b2b (patch)
tree6f2c0adb05aad2f51cfb7446e32529fa3ded0d87 /drivers/pinctrl/sh-pfc/Kconfig
parentdt-bindings: pinctrl: sh-pfc: Document r8a774a1 PFC support (diff)
downloadlinux-dev-91d627a779a16a247f7da30a6538bccd30804b2b.tar.xz
linux-dev-91d627a779a16a247f7da30a6538bccd30804b2b.zip
pinctrl: sh-pfc: r8a7796: Add R8A774A1 PFC support
Renesas RZ/G2M (r8a774a1) is pin compatible with R-Car M3-W (r8a7796), however it doesn't have several automotive specific peripherals. Add an r8a7796 specific pin groups/functions along with common pin groups/functions for supporting both r8a7796 and r8a774a1 SoCs. Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to '')
-rw-r--r--drivers/pinctrl/sh-pfc/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pinctrl/sh-pfc/Kconfig b/drivers/pinctrl/sh-pfc/Kconfig
index 43d950c16528..6a7254ca57ae 100644
--- a/drivers/pinctrl/sh-pfc/Kconfig
+++ b/drivers/pinctrl/sh-pfc/Kconfig
@@ -49,6 +49,11 @@ config PINCTRL_PFC_R8A77470
depends on ARCH_R8A77470
select PINCTRL_SH_PFC
+config PINCTRL_PFC_R8A774A1
+ def_bool y
+ depends on ARCH_R8A774A1
+ select PINCTRL_SH_PFC
+
config PINCTRL_PFC_R8A7778
def_bool y
depends on ARCH_R8A7778