]> 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 4ffc40edc6ebeaf1c745df8ba728a34bf3721c49..c79b39ded69ac5a29671bd4ecb99a45102d05e06 100644 (file)
@@ -17,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
 
@@ -27,5 +31,6 @@ config SYS_SOC
        default "rmobile"
 
 source "board/renesas/salvator-x/Kconfig"
+source "board/renesas/ulcb/Kconfig"
 
 endif