summaryrefslogtreecommitdiff
path: root/drivers/mtd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r--drivers/mtd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index b8e35a0b4d72..7e77736b83f7 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -329,4 +329,12 @@ source "drivers/mtd/lpddr/Kconfig"
source "drivers/mtd/ubi/Kconfig"
+config MTD_UBI_BLOCK
+ tristate "Simple mtdblock-like FTL over UBI volumes"
+ depends on MTD_UBI
+ select MTD_BLKDEVS
+ default n
+ help
+ This enables cached block access to UBI volumes
+
endif # MTD