92c2fb8fa5
With latest commits having PMC code spread across multiple files, it would be easier to maintain them in a separate directory under amd/pmc. Co-developed-by: Sanket Goswami <Sanket.Goswami@amd.com> Signed-off-by: Sanket Goswami <Sanket.Goswami@amd.com> Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com> Link: https://lore.kernel.org/r/20230811112116.2279419-2-Shyam-sundar.S-k@amd.com Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
21 lines
625 B
Plaintext
21 lines
625 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# AMD x86 Platform Specific Drivers
|
|
#
|
|
|
|
source "drivers/platform/x86/amd/pmf/Kconfig"
|
|
source "drivers/platform/x86/amd/pmc/Kconfig"
|
|
|
|
config AMD_HSMP
|
|
tristate "AMD HSMP Driver"
|
|
depends on AMD_NB && X86_64
|
|
help
|
|
The driver provides a way for user space tools to monitor and manage
|
|
system management functionality on EPYC server CPUs from AMD.
|
|
|
|
Host System Management Port (HSMP) interface is a mailbox interface
|
|
between the x86 core and the System Management Unit (SMU) firmware.
|
|
|
|
If you choose to compile this driver as a module the module will be
|
|
called amd_hsmp.
|