V Sowmya has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41818 )
Change subject: mb/google/dedede: Enable the CSE Lite SKU for waddledoo ......................................................................
mb/google/dedede: Enable the CSE Lite SKU for waddledoo
This patch enables enables the CSE Lite SKU for the waddledoo board.
Change-Id: I24d7d715d55524807af0127aa4a346a008164b8c Signed-off-by: V Sowmya v.sowmya@intel.com --- M src/mainboard/google/dedede/Kconfig.name 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/41818/1
diff --git a/src/mainboard/google/dedede/Kconfig.name b/src/mainboard/google/dedede/Kconfig.name index 25ad61f..9f6cd52 100644 --- a/src/mainboard/google/dedede/Kconfig.name +++ b/src/mainboard/google/dedede/Kconfig.name @@ -12,6 +12,7 @@ select DRIVERS_GENERIC_MAX98357A select DRIVERS_I2C_DA7219 select VARIANT_HAS_CAMERA_ACPI + select SOC_INTEL_CSE_LITE_SKU
config BOARD_GOOGLE_WADDLEDEE bool "Waddledee"