summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/mt8195/Kconfig
diff options
context:
space:
mode:
authorRex-BC Chen <rex-bc.chen@mediatek.com>2021-05-04 10:32:54 +0800
committerHung-Te Lin <hungte@chromium.org>2021-05-05 07:37:05 +0000
commit1c920108499a7394bd072a7be380e491eac6fa28 (patch)
treec1f48b0ce4c6502fe6346069e146b0ae7b0b2747 /src/soc/mediatek/mt8195/Kconfig
parentf46e2caebec91d83bd729e6812e51ca960a24f38 (diff)
downloadcoreboot-1c920108499a7394bd072a7be380e491eac6fa28.tar.gz
coreboot-1c920108499a7394bd072a7be380e491eac6fa28.tar.bz2
coreboot-1c920108499a7394bd072a7be380e491eac6fa28.zip
soc/mediatek/mt8195: Add NOR-Flash support
TEST=boot to romstage on MT8195 EVB Signed-off-by: Yidi Lin <yidi.lin@mediatek.com> Change-Id: I450281fb4b1750e59cb76f6b2083f0e2889fd4cc Reviewed-on: https://review.coreboot.org/c/coreboot/+/52875 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com>
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 76329cd2e1eb..bed3e042502e 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