aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/brya/Kconfig
diff options
context:
space:
mode:
authorWisley Chen <wisley.chen@quanta.corp-partner.google.com>2021-06-25 14:36:01 +0600
committerFelix Held <felix-coreboot@felixheld.de>2021-07-08 15:51:45 +0000
commit61cef57e629f18c7e8304feec17c5dc99764fcbd (patch)
treedee2f47d15002e7b4142f2c0e7da75144bd84c62 /src/mainboard/google/brya/Kconfig
parentd5ab16308667c5772e56f5345ea5fc68f7343a92 (diff)
mb/google/brya: Create redrix variant
Create the redrix 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:192052098 BRANCH=None TEST=util/abuild/abuild -p none -t google/brya -x -a make sure the build includes GOOGLE_REDRIX Signed-off-by: Wisley Chen <wisley.chen@quanta.corp-partner.google.com> Change-Id: I4cfa0bd84e1ba9f8140f95d18a6da960da8124ad Reviewed-on: https://review.coreboot.org/c/coreboot/+/55883 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
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 7f38851d2b..814b782451 100644
--- a/src/mainboard/google/brya/Kconfig
+++ b/src/mainboard/google/brya/Kconfig
@@ -77,12 +77,14 @@ config MAINBOARD_PART_NUMBER
default "Brya" if BOARD_GOOGLE_BRYA0
default "Primus" if BOARD_GOOGLE_PRIMUS
default "Gimble" if BOARD_GOOGLE_GIMBLE
+ default "Redrix" if BOARD_GOOGLE_REDRIX
config VARIANT_DIR
string
default "brya0" if BOARD_GOOGLE_BRYA0
default "primus" if BOARD_GOOGLE_PRIMUS
default "gimble" if BOARD_GOOGLE_GIMBLE
+ default "redrix" if BOARD_GOOGLE_REDRIX
config DIMM_SPD_SIZE
int