summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/apob/Kconfig
blob: 7553ff7cad012b5445b1d320adbf7975446b44db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## SPDX-License-Identifier: GPL-2.0-only

config SOC_AMD_COMMON_BLOCK_APOB
	bool
	help
	  Select this option to add firmware support for the non-volatile APOB
	  cache to the build.

config SOC_AMD_COMMON_BLOCK_APOB_NV_DISABLE
	bool "Disable non-volatile APOB support"
	depends on SOC_AMD_COMMON_BLOCK_APOB
	help
	  Select this to disable non-volatile APOB cache and train memory
	  on every boot.

	  If unsure, say N.

config SOC_AMD_COMMON_BLOCK_APOB_HASH
	bool
	help
	  Select this to use a hash of the APOB data to determine when to update
	  the non-volatile APOB store.