diff mbox series

[U-Boot,1/5] ARM: rmobile: Add dedicated R8A77965 SoC support

Message ID 20190313234110.14055-1-marek.vasut+renesas@gmail.com
State Accepted
Commit ce417a2f23fcd4ae19d3ed070b93f274fb20b22d
Delegated to: Marek Vasut
Headers show
Series [U-Boot,1/5] ARM: rmobile: Add dedicated R8A77965 SoC support | expand

Commit Message

Marek Vasut March 13, 2019, 11:41 p.m. UTC
Add dedicated entry for R8A77965 M3N SoC.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 arch/arm/mach-rmobile/Kconfig.64 | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64
index e8f16d798b..f6dfc770bb 100644
--- a/arch/arm/mach-rmobile/Kconfig.64
+++ b/arch/arm/mach-rmobile/Kconfig.64
@@ -12,6 +12,11 @@  config R8A7796
 	imply CLK_R8A7796
 	imply PINCTRL_PFC_R8A7796
 
+config R8A77965
+	bool "Renesas SoC R8A77965"
+	imply CLK_R8A7796
+	imply PINCTRL_PFC_R8A7796
+
 config R8A77970
 	bool "Renesas SoC R8A77970"
 	imply CLK_R8A77970
@@ -55,6 +60,7 @@  config TARGET_SALVATOR_X
 	bool "Salvator-X board"
 	imply R8A7795
 	imply R8A7796
+	imply R8A77965
 	imply SYS_MALLOC_F
 	imply MULTI_DTB_FIT
 	imply MULTI_DTB_FIT_USER_DEFINED_AREA
@@ -65,6 +71,7 @@  config TARGET_ULCB
 	bool "ULCB board"
 	imply R8A7795
 	imply R8A7796
+	imply R8A77965
 	imply SYS_MALLOC_F
 	imply MULTI_DTB_FIT
 	imply MULTI_DTB_FIT_USER_DEFINED_AREA