From 017b5c453a72f57ec785da1764939e24651ac5eb Mon Sep 17 00:00:00 2001 From: Karthikeyan Ramasubramanian Date: Wed, 14 Nov 2018 08:53:01 -0700 Subject: ec/google/chromeec/acpi: Rename EC_ENABLE_TABLET_EVENT config Rename EC_ENABLE_TABLET_EVENT config as EC_ENABLE_MULTIPLE_DPTF_PROFILES since it aligns with the use-case. BUG=b:118149364 BRANCH=None TEST=Ensured that the expected DPTF table are loaded in different modes (base attached/detached and clamshell/360-flipped) on Soraka and Nautilus. Change-Id: If147f1c79ceaaed00e17ec80ec6c912a8f7a8c2e Signed-off-by: Karthikeyan Ramasubramanian Reviewed-on: https://review.coreboot.org/29261 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: Sumeet R Pawnikar --- src/soc/intel/skylake/acpi/dptf/thermal.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc') diff --git a/src/soc/intel/skylake/acpi/dptf/thermal.asl b/src/soc/intel/skylake/acpi/dptf/thermal.asl index 9798798504..052b7a5e19 100644 --- a/src/soc/intel/skylake/acpi/dptf/thermal.asl +++ b/src/soc/intel/skylake/acpi/dptf/thermal.asl @@ -82,13 +82,13 @@ Method (TPET) */ Method (DTRP, 2, Serialized) { -#ifdef EC_ENABLE_TABLET_EVENT +#ifdef EC_ENABLE_MULTIPLE_DPTF_PROFILES If (LEqual (\_SB.PCI0.LPCB.EC0.RCTM, One)) { Return (CTOK (Arg0)) } Else { #endif Return (CTOK (Arg1)) -#ifdef EC_ENABLE_TABLET_EVENT +#ifdef EC_ENABLE_MULTIPLE_DPTF_PROFILES } #endif } -- cgit v1.2.3