summaryrefslogtreecommitdiff
path: root/drivers/mtd/devices
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2012-06-23 20:40:43 +0200
committerDavid Woodhouse <David.Woodhouse@intel.com>2012-07-06 18:17:55 +0100
commitb8c2d652f4f26a5cc62d93f8a1c934f45e6bf8f5 (patch)
treeb84ae885f53200d5b6eaa91ae3ab8fc4fb6a884f /drivers/mtd/devices
parent718894ad94626b72403c21fab5ccdd982147e4c6 (diff)
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>
Diffstat (limited to 'drivers/mtd/devices')
-rw-r--r--drivers/mtd/devices/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig
index 4cdb2af7bf44..6cc5a1ac3802 100644
--- a/drivers/mtd/devices/Kconfig
+++ b/drivers/mtd/devices/Kconfig
@@ -97,7 +97,7 @@ config MTD_M25P80
doesn't support the JEDEC ID instruction.
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
default y
help