aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeniy Polyakov <zbr@ioremap.net>2009-01-19 13:30:47 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 17:53:33 -0400
commite333720166a432ea890dbd438b465fd0cee3be32 (patch)
treed5b86daf5f21ff044ddd4d7c724cef37c843be67
parente5f753a5c7afa51fc6359b169e2f6bcb5b1a2984 (diff)
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 <randy.dunlap@oracle.com> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/staging/dst/Kconfig2
1 files changed, 1 insertions, 1 deletions
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 @@
1config DST 1config DST
2 tristate "Distributed storage" 2 tristate "Distributed storage"
3 depends on NET && CRYPTO && SYSFS 3 depends on NET && CRYPTO && SYSFS && BLK_DEV
4 select CONNECTOR 4 select CONNECTOR
5 ---help--- 5 ---help---
6 DST is a network block device storage, which can be used to organize 6 DST is a network block device storage, which can be used to organize