summaryrefslogtreecommitdiff
path: root/src/mainboard/google/octopus/Kconfig
diff options
context:
space:
mode:
authorKevin Chiu <Kevin.Chiu@quantatw.com>2019-05-16 11:16:18 +0800
committerPatrick Georgi <pgeorgi@google.com>2019-05-21 10:20:33 +0000
commitb19de28c9889675125183f350e2a35f60e142562 (patch)
tree75d78a1243f02ca54fa4550287eda176df51d9c0 /src/mainboard/google/octopus/Kconfig
parenta172228b7a66454a34b331fff10d6d0bb03ab634 (diff)
downloadcoreboot-b19de28c9889675125183f350e2a35f60e142562.tar.xz
mb/google/octopus: Create Garg variant
This commit creates a garg variant for Octopus. The initial settings override the baseboard was copied from variant bobba. BUG=b:132668378 BRANCH=master TEST=emerge-octopus coreboot Change-Id: I9a36bc5dc3d2b891b1bce86015aa264894d1434b Signed-off-by: Kevin Chiu <Kevin.Chiu@quantatw.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32835 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sheng-Liang Pan <sheng-liang.pan@quanta.corp-partner.google.com> Reviewed-by: Justin TerAvest <teravest@chromium.org>
Diffstat (limited to 'src/mainboard/google/octopus/Kconfig')
-rw-r--r--src/mainboard/google/octopus/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig
index 9c0a2f771e..48753ed4b1 100644
--- a/src/mainboard/google/octopus/Kconfig
+++ b/src/mainboard/google/octopus/Kconfig
@@ -59,6 +59,7 @@ config VARIANT_DIR
default "casta" if BOARD_GOOGLE_CASTA
default "bloog" if BOARD_GOOGLE_BLOOG
default "octopus" if BOARD_GOOGLE_OCTOPUS
+ default "garg" if BOARD_GOOGLE_GARG
config DEVICETREE
string
@@ -79,6 +80,7 @@ config MAINBOARD_PART_NUMBER
default "Casta" if BOARD_GOOGLE_CASTA
default "Bloog" if BOARD_GOOGLE_BLOOG
default "Octopus" if BOARD_GOOGLE_OCTOPUS
+ default "Garg" if BOARD_GOOGLE_GARG
config MAINBOARD_FAMILY
string
@@ -96,6 +98,7 @@ config GBB_HWID
default "CASTA TEST 8105" if BOARD_GOOGLE_CASTA
default "BLOOG TEST 2509" if BOARD_GOOGLE_BLOOG
default "OCTOPUS TEST 6859" if BOARD_GOOGLE_OCTOPUS
+ default "GARG TEST 1337" if BOARD_GOOGLE_GARG
config MAX_CPUS
int