diff options
author | Marek Vasut <marex@denx.de> | 2012-06-23 18:40:43 (GMT) |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-07-06 17:17:55 (GMT) |
commit | b8c2d652f4f26a5cc62d93f8a1c934f45e6bf8f5 (patch) | |
tree | b84ae885f53200d5b6eaa91ae3ab8fc4fb6a884f /drivers/mtd/devices | |
parent | 718894ad94626b72403c21fab5ccdd982147e4c6 (diff) | |
download | linux-b8c2d652f4f26a5cc62d93f8a1c934f45e6bf8f5.tar.xz |
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |