summaryrefslogtreecommitdiff
path: root/drivers/mtd/Kconfig
diff options
context:
space:
mode:
authorPatrick Turley <patrick.turley@freescale.com>2009-11-19 14:31:50 -0600
committerAlejandro Gonzalez <alex.gonzalez@digi.com>2010-02-12 17:19:40 +0100
commitbc6822fb73fee8e7cfc3fe25c205ceae3adcb65f (patch)
tree7ce001b48b864c9532b7cf1bdeb96e8b5069f924 /drivers/mtd/Kconfig
parent15f5ae82bd5d3225bd04c21957bf55df1763c0d6 (diff)
ENGR00115003 [mx233_BSP] Cannot run fdisk on FTL over an UBI volume.
Added FTL support for UBI. Signed-off-by: Patrick Turley <patrick.turley@freescale.com>
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