162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# AMD PMC Driver 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciconfig AMD_PMC 762306a36Sopenharmony_ci tristate "AMD SoC PMC driver" 862306a36Sopenharmony_ci depends on ACPI && PCI && RTC_CLASS && AMD_NB 962306a36Sopenharmony_ci depends on SUSPEND 1062306a36Sopenharmony_ci select SERIO 1162306a36Sopenharmony_ci help 1262306a36Sopenharmony_ci The driver provides support for AMD Power Management Controller 1362306a36Sopenharmony_ci primarily responsible for S2Idle transactions that are driven from 1462306a36Sopenharmony_ci a platform firmware running on SMU. This driver also provides a debug 1562306a36Sopenharmony_ci mechanism to investigate the S2Idle transactions and failures. 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ci Say Y or M here if you have a notebook powered by AMD RYZEN CPU/APU. 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ci If you choose to compile this driver as a module the module will be 2062306a36Sopenharmony_ci called amd-pmc. 21