diff options
Diffstat (limited to 'src/soc/amd/common/block/acpimmio/Kconfig')
-rw-r--r-- | src/soc/amd/common/block/acpimmio/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/acpimmio/Kconfig b/src/soc/amd/common/block/acpimmio/Kconfig index 794ae3ed5e..9881385e4b 100644 --- a/src/soc/amd/common/block/acpimmio/Kconfig +++ b/src/soc/amd/common/block/acpimmio/Kconfig @@ -12,4 +12,10 @@ config SOC_AMD_COMMON_BLOCK_ACPIMMIO_BIOSRAM Add functions to access settings stored in the biosram region. This is only used by the SoCs using binaryPI and the old AGESA. +config SOC_AMD_COMMON_BLOCK_ACPIMMIO_PM_IO_ACCESS + bool + help + Add functions to access the PM register block via the indirect + IO register access interface. + endif # SOC_AMD_COMMON_BLOCK_ACPIMMIO |