summaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/acpimmio/Kconfig
blob: 794ae3ed5e0934cd348879f464342fca77f90320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config SOC_AMD_COMMON_BLOCK_ACPIMMIO
	bool
	help
	  Select this option to enable hardware blocks in the AcpiMmio
	  address space (0xfed8xxxx).

if SOC_AMD_COMMON_BLOCK_ACPIMMIO

config SOC_AMD_COMMON_BLOCK_ACPIMMIO_BIOSRAM
	bool
	help
	  Add functions to access settings stored in the biosram region.
	  This is only used by the SoCs using binaryPI and the old AGESA.

endif # SOC_AMD_COMMON_BLOCK_ACPIMMIO