summaryrefslogtreecommitdiff
path: root/src/security/vboot/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/security/vboot/Kconfig')
-rw-r--r--src/security/vboot/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/security/vboot/Kconfig b/src/security/vboot/Kconfig
index ad5b61e267..ee8d36ae7b 100644
--- a/src/security/vboot/Kconfig
+++ b/src/security/vboot/Kconfig
@@ -218,6 +218,22 @@ config RW_REGION_ONLY
Add a space delimited list of filenames that should only be in the
RW sections.
+config RWA_REGION_ONLY
+ string
+ default ""
+ depends on VBOOT_SLOTS_RW_AB
+ help
+ Add a space-delimited list of filenames that should only be in the
+ RW-A section.
+
+config RWB_REGION_ONLY
+ string
+ default ""
+ depends on VBOOT_SLOTS_RW_AB
+ help
+ Add a space-delimited list of filenames that should only be in the
+ RW-B section.
+
config VBOOT_ENABLE_CBFS_FALLBACK
bool
default n