xref: /aosp_15_r20/external/coreboot/src/soc/amd/common/block/apob/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3config SOC_AMD_COMMON_BLOCK_APOB
4	bool
5	help
6	  Select this option to add firmware support for the non-volatile APOB
7	  cache to the build.
8
9config SOC_AMD_COMMON_BLOCK_APOB_NV_DISABLE
10	bool "Disable non-volatile APOB support"
11	depends on SOC_AMD_COMMON_BLOCK_APOB
12	help
13	  Select this to disable non-volatile APOB cache and train memory
14	  on every boot.
15
16	  If unsure, say N.
17
18config SOC_AMD_COMMON_BLOCK_APOB_HASH
19	bool
20	help
21	  Select this to use a hash of the APOB data to determine when to update
22	  the non-volatile APOB store.
23