From 36c926d86ce7f45b5f0967dd054a7e8247aab193 Mon Sep 17 00:00:00 2001 From: Justin TerAvest Date: Fri, 2 Mar 2018 10:12:16 -0700 Subject: mb/google/octopus: Add yorp variant This creates a yorp variant for octopus; nothing too interesting now, just picks up values from the baseboard. BUG=b:74443669,b:74067452 TEST=Build Change-Id: I55af8f02d33138a3b6bab7860a665e3deb5595c2 Signed-off-by: Justin TerAvest Reviewed-on: https://review.coreboot.org/25086 Reviewed-by: Furquan Shaikh Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/mainboard/google/octopus/Kconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/mainboard/google/octopus/Kconfig') diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig index 0f30316c4b..4546e62d40 100644 --- a/src/mainboard/google/octopus/Kconfig +++ b/src/mainboard/google/octopus/Kconfig @@ -33,6 +33,7 @@ config MAINBOARD_DIR config VARIANT_DIR string + default "yorp" if BOARD_GOOGLE_YORP default "octopus" if BOARD_GOOGLE_OCTOPUS config DEVICETREE @@ -41,15 +42,17 @@ config DEVICETREE config MAINBOARD_PART_NUMBER string + default "yorp" if BOARD_GOOGLE_YORP default "octopus" if BOARD_GOOGLE_OCTOPUS config MAINBOARD_FAMILY string - default "Google_Octopus" if BOARD_GOOGLE_OCTOPUS + default "Google_Octopus" config GBB_HWID string depends on CHROMEOS + default "YORP TEST 7755" if BOARD_GOOGLE_YORP default "OCTOPUS TEST 6859" if BOARD_GOOGLE_OCTOPUS config MAX_CPUS -- cgit v1.2.3