mb/google/brya: Create kinox variant

Create the kinox 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:215049181
BRANCH=None
TEST=util/abuild/abuild -p none -t google/brya -x -a
make sure the build includes GOOGLE_KINOX

Signed-off-by: Dtrain Hsu <dtrain_hsu@compal.corp-partner.google.com>
Change-Id: I68cac421f6299a5f82f2ab51633173648c993060
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61789
Reviewed-by: Zhuohao Lee <zhuohao@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 a57ca74..f7bd715 100644
--- a/src/mainboard/google/brya/Kconfig
+++ b/src/mainboard/google/brya/Kconfig
@@ -115,6 +115,7 @@
 	default 0x3 if BOARD_GOOGLE_AGAH
 	default 0x1 if BOARD_GOOGLE_VOLMAR
 	default 0x1 if BOARD_GOOGLE_BANSHEE
+	default 0x1 if BOARD_GOOGLE_KINOX
 
 config DRIVER_TPM_I2C_ADDR
 	hex
@@ -165,6 +166,7 @@
 	default "Banshee" if BOARD_GOOGLE_BANSHEE
 	default "Crota" if BOARD_GOOGLE_CROTA
 	default "Moli" if BOARD_GOOGLE_MOLI
+	default "Kinox" if BOARD_GOOGLE_KINOX
 
 config VARIANT_DIR
 	default "brya0" if BOARD_GOOGLE_BRYA0
@@ -191,6 +193,7 @@
 	default "banshee" if BOARD_GOOGLE_BANSHEE
 	default "crota" if BOARD_GOOGLE_CROTA
 	default "moli" if BOARD_GOOGLE_MOLI
+	default "kinox" if BOARD_GOOGLE_KINOX
 
 config VBOOT
 	select VBOOT_EARLY_EC_SYNC