aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-rmobile/Kconfig.rza1
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-rmobile/Kconfig.rza1')
-rw-r--r--arch/arm/mach-rmobile/Kconfig.rza17
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.rza1 b/arch/arm/mach-rmobile/Kconfig.rza1
index efb703b92b..8cf033fb13 100644
--- a/arch/arm/mach-rmobile/Kconfig.rza1
+++ b/arch/arm/mach-rmobile/Kconfig.rza1
@@ -13,9 +13,16 @@ config CPU_RZA1
choice
prompt "Renesas RZ/A1 board select"
+# Renesas Supported Boards
+config TARGET_GRPEACH
+ bool "GR-PEACH board"
+
endchoice
config SYS_SOC
default "rmobile"
+# Renesas Supported Boards
+source "board/renesas/grpeach/Kconfig"
+
endif