summaryrefslogtreecommitdiff
path: root/src/mainboard/google/brya/Kconfig
diff options
context:
space:
mode:
authorDavid Wu <david_wu@quanta.corp-partner.google.com>2021-07-08 10:58:00 +0800
committerWerner Zeh <werner.zeh@siemens.com>2021-07-12 04:13:01 +0000
commit07375cb3841f104d96eb94934c2987e887e2455b (patch)
tree8e4ca7fce70180d6ca2ee1d72b7797998aa6fcde /src/mainboard/google/brya/Kconfig
parent543b32f60d939ccb196a7bbd46e8445b7fafb20c (diff)
mb/google/brya: Create kano variant
Create the kano variant of the brya0 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:193052432 BRANCH=None TEST=util/abuild/abuild -p none -t google/brya -x -a make sure the build includes GOOGLE_KANO Signed-off-by: David Wu <david_wu@quanta.corp-partner.google.com> Change-Id: Ib0670e346c113291054cb92fb57aae52f844e8c7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/56155 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/brya/Kconfig')
-rw-r--r--src/mainboard/google/brya/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig
index 814b782451..58635e98d6 100644
--- a/src/mainboard/google/brya/Kconfig
+++ b/src/mainboard/google/brya/Kconfig
@@ -78,6 +78,7 @@ config MAINBOARD_PART_NUMBER
default "Primus" if BOARD_GOOGLE_PRIMUS
default "Gimble" if BOARD_GOOGLE_GIMBLE
default "Redrix" if BOARD_GOOGLE_REDRIX
+ default "Kano" if BOARD_GOOGLE_KANO
config VARIANT_DIR
string
@@ -85,6 +86,7 @@ config VARIANT_DIR
default "primus" if BOARD_GOOGLE_PRIMUS
default "gimble" if BOARD_GOOGLE_GIMBLE
default "redrix" if BOARD_GOOGLE_REDRIX
+ default "kano" if BOARD_GOOGLE_KANO
config DIMM_SPD_SIZE
int