This is an automated email from the ASF dual-hosted git repository.
archer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 522cec4db9 mtd/Kconfig: fix W25_SLOWREAD menu item.
522cec4db9 is described below
commit 522cec4db927a3aae6bef08e3e014d6777fe85e3
Author: Denis Ryndine <[email protected]>
AuthorDate: Thu Jul 4 10:42:06 2024 +1000
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 ac27e511f4..26a92a3ea4 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