Missing closing quote in Kconfig file

This commit is contained in:
Gregory Nutt
2014-07-11 16:51:50 -06:00
parent e91704c432
commit 3042fc5bc0
+2 -2
View File
@@ -77,7 +77,7 @@ config MTD_BYTE_WRITE
this option if it is enabled.
config MTD_WRBUFFER
bool "Enable MTD write buffering
bool "Enable MTD write buffering"
default n
depends on DRVR_WRITEBUFFER
select DRVR_INVALIDATE
@@ -96,7 +96,7 @@ config MTD_NWRBLOCKS
endif # MTD_WRBUFFER
config MTD_READAHEAD
bool "Enable MTD read-ahead buffering
bool "Enable MTD read-ahead buffering"
default n
depends on DRVR_READAHEAD
select DRVR_INVALIDATE