From e333720166a432ea890dbd438b465fd0cee3be32 Mon Sep 17 00:00:00 2001 From: Evgeniy Polyakov Date: Mon, 19 Jan 2009 21:30:47 +0300 Subject: [PATCH] Staging: DST: fix build dependancy On Mon, Jan 19, 2009 at 10:12:24AM -0800, Randy Dunlap (randy.dunlap@oracle.com) wrote: > > DST build fails when CONFIG_BLOCK=n: DST should depend on block and block device, in the original patch its kconfig entry was in the BLK_DEV menu, so this dependency was satisfied automatically. Should attached patch be pushed into drivers/staging? Reported-by: Randy Dunlap Acked-by: Randy Dunlap Signed-off-by: Evgeniy Polyakov Signed-off-by: Greg Kroah-Hartman --- drivers/staging/dst/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/dst/Kconfig b/drivers/staging/dst/Kconfig index 9a02b3f4d61a..448d342ac2a2 100644 --- a/drivers/staging/dst/Kconfig +++ b/drivers/staging/dst/Kconfig @@ -1,6 +1,6 @@ config DST tristate "Distributed storage" - depends on NET && CRYPTO && SYSFS + depends on NET && CRYPTO && SYSFS && BLK_DEV select CONNECTOR ---help--- DST is a network block device storage, which can be used to organize