mb/google/brya: Create constitution variant

Create the constitution variant of the brask reference board by
copying the template files to a new directory named for the variant.

(Auto-Generated by create_coreboot_variant.sh version 4.5.0).

BUG=b:267539938
TEST=util/abuild/abuild -p none -t google/brya -x -a
make sure the build includes GOOGLE_CONSTITUTION

Change-Id: Idb6089561d3aa5aac4448f9d46347c731f027e9c
Signed-off-by: Morris Hsu <morris-hsu@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72730
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig
index dad9821..c947ce8 100644
--- a/src/mainboard/google/brya/Kconfig
+++ b/src/mainboard/google/brya/Kconfig
@@ -155,6 +155,7 @@
 	default 0x1 if BOARD_GOOGLE_MARASOV
 	default 0x1 if BOARD_GOOGLE_GAELIN
 	default 0x1 if BOARD_GOOGLE_OMNIGUL
+	default 0x1 if BOARD_GOOGLE_CONSTITUTION
 
 config DRIVER_TPM_I2C_ADDR
 	hex
@@ -225,6 +226,7 @@
 	default "Gladios" if BOARD_GOOGLE_GLADIOS
 	default "Marasov" if BOARD_GOOGLE_MARASOV
 	default "Omnigul" if BOARD_GOOGLE_OMNIGUL
+	default "Constitution" if BOARD_GOOGLE_CONSTITUTION
 
 config VARIANT_DIR
 	default "brya0" if BOARD_GOOGLE_BRYA0
@@ -267,6 +269,7 @@
 	default "gladios" if BOARD_GOOGLE_GLADIOS
 	default "marasov" if BOARD_GOOGLE_MARASOV
 	default "omnigul" if BOARD_GOOGLE_OMNIGUL
+	default "constitution" if BOARD_GOOGLE_CONSTITUTION
 
 config VBOOT
 	select VBOOT_EARLY_EC_SYNC if !BOARD_GOOGLE_BASEBOARD_NISSA