mirror of
https://github.com/torvalds/linux.git
synced 2026-04-25 18:12:26 -04:00
As multiple platform profile handlers can now be registered, the quirks to avoid registering amd-pmf as a handler are no longer necessary. Drop them. Reviewed-by: Armin Wolf <W_Armin@gmx.de> Tested-by: Mark Pearson <mpearson-lenovo@squebb.ca> Tested-by: Matthew Schwartz <matthew.schwartz@linux.dev> Acked-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com> Reviewed-by: Mark Pearson <mpearson-lenovo@squebb.ca> Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> Link: https://lore.kernel.org/r/20241206031918.1537-22-mario.limonciello@amd.com Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
11 lines
239 B
Makefile
11 lines
239 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for linux/drivers/platform/x86/amd/pmf
|
|
# AMD Platform Management Framework
|
|
#
|
|
|
|
obj-$(CONFIG_AMD_PMF) += amd-pmf.o
|
|
amd-pmf-objs := core.o acpi.o sps.o \
|
|
auto-mode.o cnqf.o \
|
|
tee-if.o spc.o
|