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:
committed by
Martin Roth
parent
dd397f0971
commit
2413cf3dd1
@ -11,6 +11,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||||||
select MONOTONIC_TIMER_MSR
|
select MONOTONIC_TIMER_MSR
|
||||||
select SOC_INTEL_SKYLAKE
|
select SOC_INTEL_SKYLAKE
|
||||||
select MAINBOARD_USES_FSP2_0
|
select MAINBOARD_USES_FSP2_0
|
||||||
|
select MAINBOARD_HAS_CHROMEOS
|
||||||
|
|
||||||
config CHROMEOS
|
config CHROMEOS
|
||||||
select LID_SWITCH
|
select LID_SWITCH
|
||||||
|
@ -44,8 +44,10 @@ DefinitionBlock(
|
|||||||
#include "acpi/dptf.asl"
|
#include "acpi/dptf.asl"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if IS_ENABLED(CONFIG_CHROMEOS)
|
||||||
// Chrome OS specific
|
// Chrome OS specific
|
||||||
#include <vendorcode/google/chromeos/acpi/chromeos.asl>
|
#include <vendorcode/google/chromeos/acpi/chromeos.asl>
|
||||||
|
#endif
|
||||||
|
|
||||||
// Chipset specific sleep states
|
// Chipset specific sleep states
|
||||||
#include <soc/intel/skylake/acpi/sleepstates.asl>
|
#include <soc/intel/skylake/acpi/sleepstates.asl>
|
||||||
|
Reference in New Issue
Block a user