mb/google/nissa/var/rull: Configure Acoustic noise mitigation
[coreboot2.git] / src / soc / amd / common / block / acpimmio / Kconfig
blob5c02bd4918416d6b90fe5edeb8310d7a1ae2ddd8
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config SOC_AMD_COMMON_BLOCK_ACPIMMIO
4         bool
5         help
6           Select this option to enable hardware blocks in the AcpiMmio
7           address space (0xfed8xxxx).
9 if SOC_AMD_COMMON_BLOCK_ACPIMMIO
11 config SOC_AMD_COMMON_BLOCK_ACPIMMIO_BIOSRAM
12         bool
13         help
14           Add functions to access settings stored in the biosram region.
15           This is only used by the SoCs using binaryPI and the old AGESA.
17 config SOC_AMD_COMMON_BLOCK_ACPIMMIO_PM_IO_ACCESS
18         bool
19         help
20           Add functions to access the PM register block via the indirect
21           IO register access interface.
23 endif # SOC_AMD_COMMON_BLOCK_ACPIMMIO