summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/amd/Makefile
diff options
context:
space:
mode:
authorMario Limonciello <mario.limonciello@amd.com>2023-07-10 21:39:33 +0300
committerHans de Goede <hdegoede@redhat.com>2023-07-11 12:34:14 +0300
commite8ef8dd28c4c4b86cd3010ff42c79582f766862e (patch)
treee7afdd46fd667b00d45640bffbc2349fee364059 /drivers/platform/x86/amd/Makefile
parent9ecedaf6f82acf9e0d68932da2a72aefcf0b7176 (diff)
downloadlinux-e8ef8dd28c4c4b86cd3010ff42c79582f766862e.tar.xz
platform/x86: Move s2idle quirk from thinkpad-acpi to amd-pmc
It turns out that some-non Lenovo systems can benefit from the quirk introduced for Lenovo systems in commit 455cd867b85b5 ("platform/x86: thinkpad_acpi: Add a s2idle resume quirk for a number of laptops"). So move this quirk into running from the amd-pmc driver instead. No intended functional changes. Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> Link: https://lore.kernel.org/r/20230710183934.17315-2-mario.limonciello@amd.com Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/platform/x86/amd/Makefile')
-rw-r--r--drivers/platform/x86/amd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/amd/Makefile b/drivers/platform/x86/amd/Makefile
index 2c229198e24c..65732f0a3913 100644
--- a/drivers/platform/x86/amd/Makefile
+++ b/drivers/platform/x86/amd/Makefile
@@ -4,7 +4,7 @@
# AMD x86 Platform-Specific Drivers
#
-amd-pmc-y := pmc.o
+amd-pmc-y := pmc.o pmc-quirks.o
obj-$(CONFIG_AMD_PMC) += amd-pmc.o
amd_hsmp-y := hsmp.o
obj-$(CONFIG_AMD_HSMP) += amd_hsmp.o