summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8186/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/mt8186/Kconfig')
-rw-r--r--src/soc/mediatek/mt8186/Kconfig8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/soc/mediatek/mt8186/Kconfig b/src/soc/mediatek/mt8186/Kconfig
index 61843e3a97..db5bed217f 100644
--- a/src/soc/mediatek/mt8186/Kconfig
+++ b/src/soc/mediatek/mt8186/Kconfig
@@ -11,6 +11,7 @@ config SOC_MEDIATEK_MT8186
select SOC_MEDIATEK_COMMON
select MEDIATEK_BLOB_FAST_INIT
select USE_CBMEM_DRAM_INFO
+ select FLASH_DUAL_IO_READ
if SOC_MEDIATEK_MT8186
@@ -32,11 +33,4 @@ config SSPM_FIRMWARE
help
The file name of the MediaTek SSPM firmware.
-config FLASH_DUAL_READ
- bool
- default y
- help
- When this option is enabled, the flash controller provides the ability
- to dual IO read mode.
-
endif