X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farm%2Fmach-rmobile%2FKconfig.64;h=c79b39ded69ac5a29671bd4ecb99a45102d05e06;hb=082693f4f02ad7a9de192e73feae34e28856b8e3;hp=5db93ac8d65d09652fa6d0ac7b5b4a41902d6c87;hpb=8dc1b17f14c9201c7d0da0f33e404a7e051b2ec6;p=oweals%2Fu-boot.git diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64 index 5db93ac8d6..c79b39ded6 100644 --- a/arch/arm/mach-rmobile/Kconfig.64 +++ b/arch/arm/mach-rmobile/Kconfig.64 @@ -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