diff options
| -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 4cdb2af7bf4..6cc5a1ac380 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  |