summaryrefslogtreecommitdiff
path: root/src/mainboard/google/octopus/Kconfig
diff options
context:
space:
mode:
authorKarthikeyan Ramasubramanian <kramasub@chromium.org>2018-11-15 15:20:36 -0700
committerFurquan Shaikh <furquan@google.com>2018-11-29 17:38:29 +0000
commita1ee8838a8b8c1dc9224531a56ec3860334555ff (patch)
treefb42afc9a9c8929682343457a082abba2746aaf7 /src/mainboard/google/octopus/Kconfig
parentfcdbce2decbf88a39b2da29ad1137a08e1d9ca95 (diff)
downloadcoreboot-a1ee8838a8b8c1dc9224531a56ec3860334555ff.tar.xz
mb/google/octopus: Create Casta variant
This commit create a casta variant for Octopus. The initial settings override the baseboard GPIO configuration for Touchscreen, LTE, Pen and Trace modules. BUG=b:119056117 BRANCH=None TEST=None Change-Id: I5d3f7df66981d84fb47a6aa248480ef53dfd90d0 Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com> Reviewed-on: https://review.coreboot.org/c/29763 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/octopus/Kconfig')
-rw-r--r--src/mainboard/google/octopus/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig
index f00803dce0..15230dcae7 100644
--- a/src/mainboard/google/octopus/Kconfig
+++ b/src/mainboard/google/octopus/Kconfig
@@ -54,6 +54,7 @@ config VARIANT_DIR
default "bobba" if BOARD_GOOGLE_BOBBA
default "meep" if BOARD_GOOGLE_MEEP
default "ampton" if BOARD_GOOGLE_AMPTON
+ default "casta" if BOARD_GOOGLE_CASTA
default "octopus" if BOARD_GOOGLE_OCTOPUS
config DEVICETREE
@@ -73,6 +74,7 @@ config MAINBOARD_PART_NUMBER
default "Bobba" if BOARD_GOOGLE_BOBBA
default "Meep" if BOARD_GOOGLE_MEEP
default "Ampton" if BOARD_GOOGLE_AMPTON
+ default "Casta" if BOARD_GOOGLE_CASTA
default "Octopus" if BOARD_GOOGLE_OCTOPUS
config MAINBOARD_FAMILY
@@ -89,6 +91,7 @@ config GBB_HWID
default "BOBBA TEST 4516" if BOARD_GOOGLE_BOBBA
default "MEEP TEST 1118" if BOARD_GOOGLE_MEEP
default "AMPTON TEST 1285" if BOARD_GOOGLE_AMPTON
+ default "CASTA TEST 8105" if BOARD_GOOGLE_CASTA
default "OCTOPUS TEST 6859" if BOARD_GOOGLE_OCTOPUS
config MAX_CPUS
@@ -119,11 +122,13 @@ config DRAM_PART_NUM_IN_CBI
default y if BOARD_GOOGLE_AMPTON
default y if BOARD_GOOGLE_FLEEX
default y if BOARD_GOOGLE_BOBBA
+ default y if BOARD_GOOGLE_CASTA
config DRAM_PART_NUM_ALWAYS_IN_CBI
bool
depends on DRAM_PART_NUM_IN_CBI
default y if BOARD_GOOGLE_AMPTON
+ default y if BOARD_GOOGLE_CASTA
config DRAM_PART_IN_CBI_BOARD_ID_MIN
int