From 5014bf0cc55abd3d10ff71fb18187d479b8aeb21 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sun, 2 Jun 2013 12:34:33 +0200 Subject: partitions: Add missing depends on BLOCK The disk partitions use blockdevice functions, so add the corresponding depends on BLOCK. Signed-off-by: Sascha Hauer --- common/partitions/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'common/partitions') diff --git a/common/partitions/Kconfig b/common/partitions/Kconfig index 077091cde2..90238ad382 100644 --- a/common/partitions/Kconfig +++ b/common/partitions/Kconfig @@ -1,5 +1,6 @@ config PARTITION_DISK depends on PARTITION + depends on BLOCK bool "DISK partition support" help Add support for handling common partition tables on all kind of disk -- cgit v1.2.3