diff options
author | Kun Liu <liukun11@huaqin.corp-partner.google.com> | 2024-10-13 12:38:10 +0800 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2024-10-16 15:31:25 +0000 |
commit | 7d569573958f29d1aef80f023e92ac40ad9c9f86 (patch) | |
tree | 7ab5dcae62e0531f08deb8b68225aa41fda7c4b5 /src/mainboard/google/brya/Kconfig.name | |
parent | ed73b3f2f783a79eae4f7385f9f843043f3158fb (diff) |
mb/google/brya: Create telith variant
Create the telith variant of the nissa 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=372506691
BRANCH=None
TEST=util/abuild/abuild -p none -t google/brya -x -a
make sure the build includes GOOGLE_TELITH
Change-Id: I4971b9691d3dd293ca640795967c36472afef9c9
Signed-off-by: Kun Liu <liukun11@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84759
Reviewed-by: Dinesh Gehlot <digehlot@google.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jian Tong <tongjian@huaqin.corp-partner.google.com>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/mainboard/google/brya/Kconfig.name')
-rw-r--r-- | src/mainboard/google/brya/Kconfig.name | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index 6167976ef6..b263642968 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -196,3 +196,6 @@ config BOARD_GOOGLE_PUJJOGA config BOARD_GOOGLE_ORISA bool "-> Orisa" + +config BOARD_GOOGLE_TELITH + bool "-> Telith" |