From 44a597787aabef994500445b83e20519f869fd8d Mon Sep 17 00:00:00 2001 From: Shelley Chen Date: Fri, 8 Mar 2019 10:20:45 -0800 Subject: mb/google/hatch: Add Hatch_whl board Adding Hatch_whl as a variant of hatch. This is a snapshot of the WHL version of hatch so that we can rebuild the bios images for Hatch with WHL SoC. BUG=b:127310803 BRANCH=NONE TEST=./util/abuild/abuild -p none -t google/hatch -x -a make sure HATCH_WHL is built as well. Change-Id: I24510fa226878582a61f1846f0b56a2c65204a92 Signed-off-by: Shelley Chen Reviewed-on: https://review.coreboot.org/c/coreboot/+/31824 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/mainboard/google/hatch/Kconfig.name | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard/google/hatch/Kconfig.name') diff --git a/src/mainboard/google/hatch/Kconfig.name b/src/mainboard/google/hatch/Kconfig.name index 79edb63bb7..fa743cdba0 100644 --- a/src/mainboard/google/hatch/Kconfig.name +++ b/src/mainboard/google/hatch/Kconfig.name @@ -3,3 +3,7 @@ comment "Hatch" config BOARD_GOOGLE_HATCH bool "-> Hatch" select BOARD_GOOGLE_BASEBOARD_HATCH + +config BOARD_GOOGLE_HATCH_WHL + bool "-> Hatch_whl" + select BOARD_GOOGLE_BASEBOARD_HATCH -- cgit v1.2.3