From patchwork Sat Jun 23 18:40:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: MTD: Fix bogus inequation From: Marek Vasut X-Patchwork-Id: 166776 Message-Id: <1340476843-2662-1-git-send-email-marex@denx.de> To: linux-mtd@lists.infradead.org Cc: Marek Vasut , Artem Bityutskiy , David Woodhouse Date: Sat, 23 Jun 2012 20:40:43 +0200 Signed-off-by: Marek Vasut Cc: Artem Bityutskiy Cc: David Woodhouse --- drivers/mtd/devices/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig index 4cdb2af..6cc5a1a 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