Browse Source

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>
Marek Vasut 13 years ago
parent
commit
b8c2d652f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/mtd/devices/Kconfig

+ 1 - 1
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