summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/mtd/Kconfig1
-rw-r--r--drivers/mtd/ubi/Kconfig1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index ce74ef31d75..3764e2567c1 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -35,7 +35,6 @@ config MTD_CONCAT
config MTD_BLOCK
bool "Enable block device access to MTD devices"
depends on BLK
- default n
help
Enable support for block device access to MTD devices
using blk_ops abstraction.
diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig
index ccbeafad260..c027d898a64 100644
--- a/drivers/mtd/ubi/Kconfig
+++ b/drivers/mtd/ubi/Kconfig
@@ -117,7 +117,6 @@ config MTD_UBI_FM_DEBUG
config UBI_BLOCK
bool "Enable UBI block device support"
depends on BLK
- default n
help
Enable UBI block device support using blk_ops abstraction.