ARM: rmobile: Add R8A77970 V3M Eagle board
[oweals/u-boot.git] / arch / arm / mach-rmobile / Kconfig.64
index 5df72e832e85d9437a49aae27d4da48f3fd034e9..f22cd5269aca9ac2431ce2d902fc027a9511af9d 100644 (file)
@@ -21,6 +21,11 @@ choice
        prompt "Renesus ARM64 SoCs board select"
        optional
 
+config TARGET_EAGLE
+       bool "Eagle board"
+       help
+          Support for Renesas R-Car Gen3 Eagle platform
+
 config TARGET_SALVATOR_X
        bool "Salvator-X board"
        help
@@ -36,6 +41,7 @@ endchoice
 config SYS_SOC
        default "rmobile"
 
+source "board/renesas/eagle/Kconfig"
 source "board/renesas/salvator-x/Kconfig"
 source "board/renesas/ulcb/Kconfig"