diff options
author | Jeff Chase <jnchase@google.com> | 2019-11-11 18:05:08 -0500 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2020-01-10 12:13:47 +0000 |
commit | 37bf996efb16aa48fb0270b38b3c83633c3bf784 (patch) | |
tree | 9cc8250052a2f66af6495de503f937037a553455 /src/mainboard/google/fizz/Kconfig | |
parent | 26d1be15ca09c8e2d1d12899607f63ed1ed67ff1 (diff) |
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 <jnchase@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36791
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Shelley Chen <shchen@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/fizz/Kconfig')
-rw-r--r-- | src/mainboard/google/fizz/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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." |