diff options
author | hao_chou <hao_chou@pegatron.corp-partner.google.com> | 2021-01-07 17:50:02 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-13 12:13:40 +0000 |
commit | 50a80b3d08306958bf0151223ac70bee471fed56 (patch) | |
tree | a5133f1e85979f3c5b2cb8ff526872eec2d02f28 /src/mainboard/google/volteer | |
parent | ebe436922254b7c20fff9fe63e9a21dfbe56a852 (diff) |
mb/google/volteer: Add CSE Lite SKU support to Copano
This will allow CSE RW FW updates and also fixes the problem where no sound is emitted from the speakers.
BUG=b:174338903
BRANCH=firmware-volteer-13672.B
TEST=emerge-volteer coreboot
Signed-off-by: hao_chou <hao_chou@pegatron.corp-partner.google.com>
Change-Id: I875f6b32c4053ef6d23ad7606cd35a129a78c306
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49290
Reviewed-by: Zhuohao Lee <zhuohao@google.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/volteer')
-rw-r--r-- | src/mainboard/google/volteer/Kconfig.name | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/volteer/Kconfig.name b/src/mainboard/google/volteer/Kconfig.name index bea163d15f..0dcb64ff28 100644 --- a/src/mainboard/google/volteer/Kconfig.name +++ b/src/mainboard/google/volteer/Kconfig.name @@ -101,3 +101,4 @@ config BOARD_GOOGLE_DROBIT config BOARD_GOOGLE_COPANO bool "-> Copano" select BOARD_GOOGLE_BASEBOARD_VOLTEER + select SOC_INTEL_CSE_LITE_SKU |