xref: /aosp_15_r20/external/coreboot/src/soc/amd/common/block/acpimmio/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3config SOC_AMD_COMMON_BLOCK_ACPIMMIO
4	bool
5	help
6	  Select this option to enable hardware blocks in the AcpiMmio
7	  address space (0xfed8xxxx).
8
9if SOC_AMD_COMMON_BLOCK_ACPIMMIO
10
11config 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.
16
17config 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.
22
23endif # SOC_AMD_COMMON_BLOCK_ACPIMMIO
24