Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Marek Vasut and committed by
David Woodhouse
b8c2d652 718894ad

+1 -1
+1 -1
drivers/mtd/devices/Kconfig
··· 97 97 doesn't support the JEDEC ID instruction. 98 98 99 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 101 depends on MTD_M25P80 102 102 default y 103 103 help