9
0
Fork 0

partitions: Add missing depends on BLOCK

The disk partitions use blockdevice functions, so add the corresponding
depends on BLOCK.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-06-02 12:34:33 +02:00
parent e82e40523f
commit 5014bf0cc5
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
config PARTITION_DISK config PARTITION_DISK
depends on PARTITION depends on PARTITION
depends on BLOCK
bool "DISK partition support" bool "DISK partition support"
help help
Add support for handling common partition tables on all kind of disk Add support for handling common partition tables on all kind of disk