From 522cec4db927a3aae6bef08e3e014d6777fe85e3 Mon Sep 17 00:00:00 2001 From: Denis Ryndine Date: Thu, 4 Jul 2024 10:42:06 +1000 Subject: [PATCH] mtd/Kconfig: fix W25_SLOWREAD menu item. - There was no comment and the option wouldn't be displayed in menu. --- drivers/mtd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index ac27e511f4f..26a92a3ea4a 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig @@ -1320,7 +1320,7 @@ config W25_SECTOR512 default n config W25_SLOWREAD - bool + bool "Enable slow read mode" default n endif # MTD_W25