aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/mediatek/mt8186/Kconfig2
-rw-r--r--src/soc/mediatek/mt8192/Kconfig2
-rw-r--r--src/soc/mediatek/mt8195/Kconfig2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/mediatek/mt8186/Kconfig b/src/soc/mediatek/mt8186/Kconfig
index 1821fa94d1..9b8708a0c1 100644
--- a/src/soc/mediatek/mt8186/Kconfig
+++ b/src/soc/mediatek/mt8186/Kconfig
@@ -21,6 +21,6 @@ config FLASH_DUAL_READ
default y
help
When this option is enabled, the flash controller provides the ability
- to dual read mode.
+ to dual IO read mode.
endif
diff --git a/src/soc/mediatek/mt8192/Kconfig b/src/soc/mediatek/mt8192/Kconfig
index e099ffdf0f..9b55295612 100644
--- a/src/soc/mediatek/mt8192/Kconfig
+++ b/src/soc/mediatek/mt8192/Kconfig
@@ -55,7 +55,7 @@ config FLASH_DUAL_READ
default y
help
When this option is enabled, the flash controller provides the ability
- to dual read mode.
+ to dual IO read mode.
config SRCLKEN_RC_SUPPORT
bool
diff --git a/src/soc/mediatek/mt8195/Kconfig b/src/soc/mediatek/mt8195/Kconfig
index b96ccd85a8..d1cb09be87 100644
--- a/src/soc/mediatek/mt8195/Kconfig
+++ b/src/soc/mediatek/mt8195/Kconfig
@@ -54,6 +54,6 @@ config FLASH_DUAL_READ
default y
help
When this option is enabled, the flash controller provides the ability
- to dual read mode.
+ to dual IO read mode.
endif