soc/mediatek/mt8196: Correct the region size for mcufw_reserved
[coreboot2.git] / src / soc / amd / common / block / apob / Kconfig
blob7553ff7cad012b5445b1d320adbf7975446b44db
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config 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.
9 config 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.
16           If unsure, say N.
18 config 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.