]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-rmobile/Kconfig.64
ARM: rmobile: Convert PRR to DM and OF control
[u-boot] / arch / arm / mach-rmobile / Kconfig.64
index 5db93ac8d65d09652fa6d0ac7b5b4a41902d6c87..c79b39ded69ac5a29671bd4ecb99a45102d05e06 100644 (file)
@@ -20,11 +20,17 @@ config TARGET_SALVATOR_X
        help
           Support for Renesas R-Car Gen3 platform
 
+config TARGET_ULCB
+       bool "ULCB board"
+       help
+          Support for Renesas R-Car Gen3 ULCB platform
+
 endchoice
 
 config SYS_SOC
        default "rmobile"
 
 source "board/renesas/salvator-x/Kconfig"
+source "board/renesas/ulcb/Kconfig"
 
 endif