diff options
author | V Sowmya <v.sowmya@intel.com> | 2020-05-28 13:12:33 +0530 |
---|---|---|
committer | Karthik Ramasubramanian <kramasub@google.com> | 2020-07-23 04:54:25 +0000 |
commit | c529e6ca7c82af9bea730acd83e1d85c673e5d77 (patch) | |
tree | 8c0e9fdcf920a03718dc1c174a4171298c29aaee /src/mainboard/google/dedede | |
parent | 391562761527fc6de0144a97cca3d19b105a45cb (diff) |
mb/google/dedede: Enable the CSE Lite SKU for dedede
This patch enables the CSE Lite SKU for the dedede baseboard.
BUG=b:160201335
TEST=Build and boot waddledoo with CSE Lite SKU.
Cq-Depend: chrome-internal:3142530
Change-Id: I24d7d715d55524807af0127aa4a346a008164b8c
Signed-off-by: V Sowmya <v.sowmya@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41818
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Rizwan Qureshi <rizwan.qureshi@intel.com>
Diffstat (limited to 'src/mainboard/google/dedede')
-rw-r--r-- | src/mainboard/google/dedede/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/Kconfig b/src/mainboard/google/dedede/Kconfig index 0fc31e1606..68282eab76 100644 --- a/src/mainboard/google/dedede/Kconfig +++ b/src/mainboard/google/dedede/Kconfig @@ -20,6 +20,7 @@ config BOARD_GOOGLE_BASEBOARD_DEDEDE select MAINBOARD_HAS_TPM2 select SOC_INTEL_JASPERLAKE select SOC_INTEL_COMMON_BLOCK_DTT + select SOC_INTEL_CSE_LITE_SKU if BOARD_GOOGLE_BASEBOARD_DEDEDE |