• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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