mainboard/intel/kblrvp: Enable Build with ChromeOS

Enable building with ChromeOS support.

Change-Id: I9fbb7422be205b304253478a70e334a63afab71f
Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com>
Reviewed-on: https://review.coreboot.org/17250
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Naresh G Solanki 2016-11-06 14:09:06 +05:30 committed by Martin Roth
parent dd397f0971
commit 2413cf3dd1
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select MONOTONIC_TIMER_MSR
select SOC_INTEL_SKYLAKE
select MAINBOARD_USES_FSP2_0
select MAINBOARD_HAS_CHROMEOS
config CHROMEOS
select LID_SWITCH

View File

@ -44,8 +44,10 @@ DefinitionBlock(
#include "acpi/dptf.asl"
}
#if IS_ENABLED(CONFIG_CHROMEOS)
// Chrome OS specific
#include <vendorcode/google/chromeos/acpi/chromeos.asl>
#endif
// Chipset specific sleep states
#include <soc/intel/skylake/acpi/sleepstates.asl>