mtd: fix bogus inequation
Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
parent
718894ad94
commit
b8c2d652f4
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ config MTD_M25P80
|
||||||
doesn't support the JEDEC ID instruction.
|
doesn't support the JEDEC ID instruction.
|
||||||
|
|
||||||
config M25PXX_USE_FAST_READ
|
config M25PXX_USE_FAST_READ
|
||||||
bool "Use FAST_READ OPCode allowing SPI CLK <= 50MHz"
|
bool "Use FAST_READ OPCode allowing SPI CLK >= 50MHz"
|
||||||
depends on MTD_M25P80
|
depends on MTD_M25P80
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Reference in a new issue