diff options
| author | Shyam Sundar S K <Shyam-sundar.S-k@amd.com> | 2022-08-02 20:41:39 +0530 |
|---|---|---|
| committer | Hans de Goede <hdegoede@redhat.com> | 2022-08-15 13:23:37 +0200 |
| commit | da5ce22df5fe5cbaf0e86d0357728b224c0b1b0e (patch) | |
| tree | f25d4d628d36bd7ee0132deed229ffca53695b85 /drivers/platform/x86/amd/Kconfig | |
| parent | 568035b01cfb107af8d2e4bd2fb9aea22cf5b868 (diff) | |
| download | linux-da5ce22df5fe5cbaf0e86d0357728b224c0b1b0e.tar.gz linux-da5ce22df5fe5cbaf0e86d0357728b224c0b1b0e.zip | |
platform/x86/amd/pmf: Add support for PMF core layer
PMF core layer is meant to abstract the common functionalities
across PMF features. This layer also does the plumbing work
like setting up the mailbox channel for the communication
between the PMF driver and the PMFW (Power Management Firmware)
running on the SMU.
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
Link: https://lore.kernel.org/r/20220802151149.2123699-2-Shyam-sundar.S-k@amd.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/platform/x86/amd/Kconfig')
| -rw-r--r-- | drivers/platform/x86/amd/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/platform/x86/amd/Kconfig b/drivers/platform/x86/amd/Kconfig index c0d0a3c5170c..a825af8126c8 100644 --- a/drivers/platform/x86/amd/Kconfig +++ b/drivers/platform/x86/amd/Kconfig @@ -3,6 +3,8 @@ # AMD x86 Platform Specific Drivers # +source "drivers/platform/x86/amd/pmf/Kconfig" + config AMD_PMC tristate "AMD SoC PMC driver" depends on ACPI && PCI && RTC_CLASS |
