summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mtd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/mtd/Kconfig')
-rw-r--r--nuttx/drivers/mtd/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/drivers/mtd/Kconfig b/nuttx/drivers/mtd/Kconfig
index f5b0e9574..c4bb65461 100644
--- a/nuttx/drivers/mtd/Kconfig
+++ b/nuttx/drivers/mtd/Kconfig
@@ -26,6 +26,16 @@ config MTD_PARTITION
managing the sub-region of flash beginning at 'offset' (in blocks)
and of size 'nblocks' on the device specified by 'mtd'.
+config MTD_PARTITION_NAMES
+ bool "Support MTD partition naming"
+ depends on FS_PROCFS
+ depends on MTD_PARTITION
+ default n
+ ---help---
+ MTD partitions can be assigned a name for reporting via the procfs
+ file system interface. This adds an API which must be called to
+ specify the partition name.
+
config MTD_BYTE_WRITE
bool "Byte write"
default n