mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Missing closing quote in Kconfig file
This commit is contained in:
+2
-2
@@ -77,7 +77,7 @@ config MTD_BYTE_WRITE
|
|||||||
this option if it is enabled.
|
this option if it is enabled.
|
||||||
|
|
||||||
config MTD_WRBUFFER
|
config MTD_WRBUFFER
|
||||||
bool "Enable MTD write buffering
|
bool "Enable MTD write buffering"
|
||||||
default n
|
default n
|
||||||
depends on DRVR_WRITEBUFFER
|
depends on DRVR_WRITEBUFFER
|
||||||
select DRVR_INVALIDATE
|
select DRVR_INVALIDATE
|
||||||
@@ -96,7 +96,7 @@ config MTD_NWRBLOCKS
|
|||||||
endif # MTD_WRBUFFER
|
endif # MTD_WRBUFFER
|
||||||
|
|
||||||
config MTD_READAHEAD
|
config MTD_READAHEAD
|
||||||
bool "Enable MTD read-ahead buffering
|
bool "Enable MTD read-ahead buffering"
|
||||||
default n
|
default n
|
||||||
depends on DRVR_READAHEAD
|
depends on DRVR_READAHEAD
|
||||||
select DRVR_INVALIDATE
|
select DRVR_INVALIDATE
|
||||||
|
|||||||
Reference in New Issue
Block a user