Meera Ravindranath has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36034 )
Change subject: soc/intel/common/block/timer: Add config to enable/disable PM timer support ......................................................................
soc/intel/common/block/timer: Add config to enable/disable PM timer support
Added config to support PM Timer enable/disable.
BUG=none TEST=none
Change-Id: I42fcf23523889d47f0491fad662ca6b3587ab348 Signed-off-by: Meera Ravindranath meera.ravindranath@intel.com --- M src/soc/intel/common/block/timer/Kconfig 1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/36034/1
diff --git a/src/soc/intel/common/block/timer/Kconfig b/src/soc/intel/common/block/timer/Kconfig index a214ef0..4e5f03c 100644 --- a/src/soc/intel/common/block/timer/Kconfig +++ b/src/soc/intel/common/block/timer/Kconfig @@ -12,3 +12,9 @@ the FSP Integration guide Legacy 8254 timer clock gating UPD needs to be disabled in order to boot SeaBIOS or run OpRom, but should otherwise be enabled. + +config USE_ACPI_PM_TIMER + bool "Use ACPI PM Timer" + help + This disables the ACPI PM Timer by default. +