summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
diff options
context:
space:
mode:
authorEzequiel Garcia2014-03-03 17:42:40 +0100
committerArtem Bityutskiy2014-03-04 13:49:53 +0100
commit22d3ee5c48cbae136cb44aa812c562117ff6df29 (patch)
tree4657c31bc40b774fdb569af82dbc13bf0c34d8f1 /drivers/mtd/ubi
parentUBI: block: Use 'u64' for the 64-bit dividend (diff)
downloadkernel-qcow2-linux-22d3ee5c48cbae136cb44aa812c562117ff6df29.tar.gz
kernel-qcow2-linux-22d3ee5c48cbae136cb44aa812c562117ff6df29.tar.xz
kernel-qcow2-linux-22d3ee5c48cbae136cb44aa812c562117ff6df29.zip
UBI: block: Add CONFIG_BLOCK dependency
The UBI block driver depends on the block infrastructure. Add the proper dependency and fix a build error when CONFIG_BLOCK is not selected. Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'drivers/mtd/ubi')
-rw-r--r--drivers/mtd/ubi/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig
index 783fb186d876..f0855ce08ed9 100644
--- a/drivers/mtd/ubi/Kconfig
+++ b/drivers/mtd/ubi/Kconfig
@@ -90,6 +90,7 @@ config MTD_UBI_GLUEBI
config MTD_UBI_BLOCK
bool "Read-only block devices on top of UBI volumes"
default n
+ depends on BLOCK
help
This option enables read-only UBI block devices support. UBI block
devices will be layered on top of UBI volumes, which means that the