diff options
author | Eric Lai <ericr_lai@compal.corp-partner.google.com> | 2021-04-28 15:32:31 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-30 06:39:54 +0000 |
commit | 3f36a8c7e15233a1b516f06bfa1b068f7bb34147 (patch) | |
tree | c65c02121c1f463a9294ce790e93d42a8f6a8df7 /src/mainboard/google | |
parent | eff0713dfcbc2a32a20946c3a69ccb85775de4a0 (diff) |
mb/google/brya: Add CHROMEOS_DRAM_PART_NUMBER_IN_CBI
Brya uses CBI to store dram part number. So enable the config.
BUG=b:186571840
BRANCH=none
TEST=dmidecode -t 17 can show the dram part number.
Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com>
Change-Id: I1b4fc4da31d8964763c3e671d84be71996fa5e2a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52726
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/brya/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index d53065f568..567f15d88e 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -31,6 +31,7 @@ config BASEBOARD_BRYA_LAPTOP select SYSTEM_TYPE_LAPTOP config CHROMEOS + select CHROMEOS_DRAM_PART_NUMBER_IN_CBI select EC_GOOGLE_CHROMEEC_SWITCHES select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC select HAS_RECOVERY_MRC_CACHE |