summaryrefslogtreecommitdiff
path: root/src/mainboard/google/rex/Kconfig.name
diff options
context:
space:
mode:
authorTyler Wang <tyler.wang@quanta.corp-partner.google.com>2024-09-20 15:09:32 +0800
committerJakub Czapiga <czapiga@google.com>2024-09-23 10:37:35 +0000
commita46e5e09b8f4ca90fcb6c09dda8a6247d9426088 (patch)
tree283d3d52d51853e4c99051b2430570e7f6b7c829 /src/mainboard/google/rex/Kconfig.name
parente8bff7c010573643204b8a8112439cfa6dc3dffc (diff)
mb/google/rex: Create kanix variant
Create the kanix variant of the rex0 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:368501705 TEST=util/abuild/abuild -p none -t google/rex -x -a make sure the build includes GOOGLE_KANIX Change-Id: Id74a084ed3cebb65625166e3098f43e41a63f5f9 Signed-off-by: Tyler Wang <tyler.wang@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84432 Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: David Wu <david_wu@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/rex/Kconfig.name')
-rw-r--r--src/mainboard/google/rex/Kconfig.name3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/rex/Kconfig.name b/src/mainboard/google/rex/Kconfig.name
index f4fed2a828..1c68c89612 100644
--- a/src/mainboard/google/rex/Kconfig.name
+++ b/src/mainboard/google/rex/Kconfig.name
@@ -40,3 +40,6 @@ config BOARD_GOOGLE_SCREEBO
config BOARD_GOOGLE_SCREEBO4ES
bool "-> Screebo4ES"
+
+config BOARD_GOOGLE_KANIX
+ bool "-> Kanix"