summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8195/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/mt8195/Kconfig')
-rw-r--r--src/soc/mediatek/mt8195/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8195/Kconfig b/src/soc/mediatek/mt8195/Kconfig
index 76329cd2e1..bed3e04250 100644
--- a/src/soc/mediatek/mt8195/Kconfig
+++ b/src/soc/mediatek/mt8195/Kconfig
@@ -17,4 +17,11 @@ config VBOOT
select VBOOT_SEPARATE_VERSTAGE
select VBOOT_RETURN_FROM_VERSTAGE
+config FLASH_DUAL_READ
+ bool
+ default y
+ help
+ When this option is enabled, the flash controller provides the ability
+ to dual read mode.
+
endif