aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorRex-BC Chen <rex-bc.chen@mediatek.corp-partner.google.com>2021-11-11 17:31:51 +0800
committerHung-Te Lin <hungte@chromium.org>2021-11-15 03:06:18 +0000
commit1327f0bf0719abcccafbbf03f47af8e6e54f4f26 (patch)
treeb809694f95db7adecfd2914a2b0662c48bf40ee0 /src/soc
parent93e6bbad3c1c557b460944aa4fc394594c96bbce (diff)
soc/mediatek: change help text of FLASH_DUAL_READ
Change help text to "dual IO read mode" to reduce noun confusion. Suggestion from this comment: https://review.coreboot.org/c/coreboot/+/58837/comment/40a98af1_dce6bb2b/ Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com> Change-Id: I54b81cdeba3b693451f66e003fb470c9f8c19ad9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59244 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc')
-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