From: Marek Vasut Date: Sat, 23 Jun 2012 18:40:43 +0000 (+0200) Subject: mtd: fix bogus inequation X-Git-Tag: next-20120724~63^2~20 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b8c2d652f4f26a5cc62d93f8a1c934f45e6bf8f5;p=karo-tx-linux.git mtd: fix bogus inequation Signed-off-by: Marek Vasut Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- 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