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>
This commit is contained in:
Rex-BC Chen 2021-11-11 17:31:51 +08:00 committed by Hung-Te Lin
parent 93e6bbad3c
commit 1327f0bf07
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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