summaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/apob/Kconfig
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-03-05 00:13:16 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-03-06 18:40:33 +0000
commit21c46c089ca7116fc52f756103cb2d2193b738e1 (patch)
tree9cca99341aa6ec84ee01388a0ca2d599db3d2b46 /src/soc/amd/common/block/apob/Kconfig
parent0c057c21e57e01a223d6f38c83d5e75a8e23b2ab (diff)
soc/amd/picasso: move APOB NV cache to common code
Also rename mrc_cache to apob_cache. BUG=b:181766974 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I4877b05443452c7409006c1656e9d574e93150a0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51267 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/soc/amd/common/block/apob/Kconfig')
-rw-r--r--src/soc/amd/common/block/apob/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/apob/Kconfig b/src/soc/amd/common/block/apob/Kconfig
new file mode 100644
index 0000000000..b0cca51f3c
--- /dev/null
+++ b/src/soc/amd/common/block/apob/Kconfig
@@ -0,0 +1,5 @@
+config SOC_AMD_COMMON_BLOCK_APOB
+ bool
+ help
+ Select this option to add firmware support for the non-volatile APOB
+ cache to the build.