diff options
author | Marek Vasut <marex@denx.de> | 2012-06-23 14:40:43 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-07-06 13:17:55 -0400 |
commit | b8c2d652f4f26a5cc62d93f8a1c934f45e6bf8f5 (patch) | |
tree | b84ae885f53200d5b6eaa91ae3ab8fc4fb6a884f /drivers/mtd/devices/Kconfig | |
parent | 718894ad94626b72403c21fab5ccdd982147e4c6 (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/Kconfig')
-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 4cdb2af7bf44..6cc5a1ac3802 100644 --- a/drivers/mtd/devices/Kconfig +++ b/drivers/mtd/devices/Kconfig | |||
@@ -97,7 +97,7 @@ config MTD_M25P80 | |||
97 | doesn't support the JEDEC ID instruction. | 97 | doesn't support the JEDEC ID instruction. |
98 | 98 | ||
99 | config M25PXX_USE_FAST_READ | 99 | config M25PXX_USE_FAST_READ |
100 | bool "Use FAST_READ OPCode allowing SPI CLK <= 50MHz" | 100 | bool "Use FAST_READ OPCode allowing SPI CLK >= 50MHz" |
101 | depends on MTD_M25P80 | 101 | depends on MTD_M25P80 |
102 | default y | 102 | default y |
103 | help | 103 | help |