arm64 :show_regs: show the address before relocation
[oweals/u-boot.git] / arch / arm / mach-rmobile / Kconfig.64
index e0c27ed9c66d1bcb1d8869be9dc069bc060c2cce..c79b39ded69ac5a29671bd4ecb99a45102d05e06 100644 (file)
@@ -6,6 +6,9 @@ choice
 config R8A7795
        bool "Renesas SoC R8A7795"
 
+config R8A7796
+       bool "Renesas SoC R8A7796"
+
 endchoice
 
 choice
@@ -14,9 +17,13 @@ choice
 
 config TARGET_SALVATOR_X
        bool "Salvator-X board"
-       select R8A7795
        help
-          Support for Renesas R-Car Gen3 R8a7795 platform
+          Support for Renesas R-Car Gen3 platform
+
+config TARGET_ULCB
+       bool "ULCB board"
+       help
+          Support for Renesas R-Car Gen3 ULCB platform
 
 endchoice
 
@@ -24,5 +31,6 @@ config SYS_SOC
        default "rmobile"
 
 source "board/renesas/salvator-x/Kconfig"
+source "board/renesas/ulcb/Kconfig"
 
 endif