From 37bf996efb16aa48fb0270b38b3c83633c3bf784 Mon Sep 17 00:00:00 2001 From: Jeff Chase Date: Mon, 11 Nov 2019 18:05:08 -0500 Subject: mb/google/fizz: Add Endeavour variant Use the existing Karma variant as a base. BUG=b:144307303 TEST=build Change-Id: I09a10e99877d18361b31b36bed703b02508ccd05 Signed-off-by: Jeff Chase Reviewed-on: https://review.coreboot.org/c/coreboot/+/36791 Tested-by: build bot (Jenkins) Reviewed-by: Shelley Chen Reviewed-by: Angel Pons --- src/mainboard/google/fizz/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/google/fizz/Kconfig') diff --git a/src/mainboard/google/fizz/Kconfig b/src/mainboard/google/fizz/Kconfig index cafb855fe4..fbe98bec3f 100644 --- a/src/mainboard/google/fizz/Kconfig +++ b/src/mainboard/google/fizz/Kconfig @@ -53,11 +53,13 @@ config MAINBOARD_PART_NUMBER string default "Fizz" if BOARD_GOOGLE_FIZZ default "Karma" if BOARD_GOOGLE_KARMA + default "Endeavour" if BOARD_GOOGLE_ENDEAVOUR config MAINBOARD_FAMILY string default "Google_Fizz" if BOARD_GOOGLE_FIZZ default "Google_Kalista" if BOARD_GOOGLE_KARMA + default "Google_Endeavour" if BOARD_GOOGLE_ENDEAVOUR config MAX_CPUS int @@ -79,6 +81,7 @@ config VARIANT_DIR string default "fizz" if BOARD_GOOGLE_FIZZ default "karma" if BOARD_GOOGLE_KARMA + default "endeavour" if BOARD_GOOGLE_ENDEAVOUR config INCLUDE_NHLT_BLOBS bool "Include blobs for audio." -- cgit v1.2.3