Skip to content
Snippets Groups Projects
Commit e91704c4 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Minor Kconfig improvements

parent 98eb9a4a
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,8 @@ config LOOP
file (or character device) as a block device. See losetup() and
loteardown() in include/nuttx/fs/fs.h.
menu "Buffering"
config DRVR_WRITEBUFFER
bool "Enable write buffer support"
default n
......@@ -79,6 +81,8 @@ config DRVR_INVALIDATE
endif # DRVR_WRITEBUFFER || DRVR_READAHEAD
endmenu # Buffering
config RAMDISK
bool "RAM Disk Support"
default n
......
......@@ -350,7 +350,7 @@ config M25P_MEMORY_TYPE
The memory type for M25 "P" series is 0x20, but the driver also supports "F" series
devices, such as the EON EN25F80 part which adds a 4K sector erase capability. The
memory type for "F" series parts from EON is 0x31. The 4K sector erase size will
automatically be enabled when filessytems that can use it are enabled, such as SMART.
automatically be enabled when filesytems that can use it are enabled, such as SMART.
config M25P_SUBSECTOR_ERASE
bool "Sub-Sector Erase"
......@@ -385,7 +385,7 @@ config MTD_SMART_SECTOR_SIZE
files.
config MTD_SMART_WRITEBUFFER
bool "Enable SMART write bufferingr"
bool "Enable SMART write buffering"
default n
depends on DRVR_WRITEBUFFER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment