From 394b5fabf4db6b9bc15034db8afc732629b7820a Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Tue, 23 Jun 2020 15:53:54 +1000 Subject: hatch: Create faffy variant Create the faffy variant of the puff reference board by copying the template files to a new directory named for the variant. (Auto-Generated by create_coreboot_variant.sh version 4.1.1). V.2: Manually modified to keep Kconfig sorted. BUG=b:157448038 BRANCH=None TEST=util/abuild/abuild -p none -t google/hatch -x -a make sure the build includes GOOGLE_FAFFY Signed-off-by: Edward O'Callaghan Change-Id: I5f14c2d6144ce3c2e48488ca81f31b3c04dc5fb9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/42717 Reviewed-by: Sam McNally Reviewed-by: Paul Fagerburg Tested-by: build bot (Jenkins) --- 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 7359911047..7c6059af89 100644 --- a/src/mainboard/google/hatch/Kconfig.name +++ b/src/mainboard/google/hatch/Kconfig.name @@ -17,6 +17,10 @@ config BOARD_GOOGLE_DUFFY bool "-> Duffy" select BOARD_GOOGLE_BASEBOARD_PUFF +config BOARD_GOOGLE_FAFFY + bool "-> Faffy" + select BOARD_GOOGLE_BASEBOARD_PUFF + config BOARD_GOOGLE_HATCH bool "-> Hatch" select BOARD_GOOGLE_BASEBOARD_HATCH -- cgit v1.2.3