ARM: renesas: Add Renesas R8A779H0 V4M Gray Hawk board code
[pandora-u-boot.git] / arch / arm / mach-rmobile / Kconfig.rcar4
index 3c8d683..e80dce1 100644 (file)
@@ -50,10 +50,17 @@ config TARGET_WHITEHAWK
        help
          Support for Renesas R-Car Gen4 White Hawk platform
 
+config TARGET_GRAYHAWK
+       bool "Gray Hawk board"
+       imply R8A779H0
+       help
+         Support for Renesas R-Car Gen4 Gray Hawk platform
+
 endchoice
 
 source "board/renesas/falcon/Kconfig"
 source "board/renesas/spider/Kconfig"
 source "board/renesas/whitehawk/Kconfig"
+source "board/renesas/grayhawk/Kconfig"
 
 endif