diff options
author | Evgeniy Polyakov <zbr@ioremap.net> | 2009-01-14 02:09:43 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-04-03 14:53:33 -0700 |
commit | cac22275ac3ee49a69178bd17c62ac30236308ca (patch) | |
tree | ff7b6741528ede3f4f880d5e46b9f35c20793db4 /drivers/staging/dst | |
parent | 9539bec7b755f2093192410768119627079a06ec (diff) |
Staging: dst: kconfig update.
On Wed, Jan 14, 2009 at 02:05:33AM +0300, Evgeniy Polyakov (zbr@ioremap.net) wrote:
> --- /dev/null
> +++ b/drivers/staging/dst/Kconfig
> @@ -0,0 +1,71 @@
> +config DST
> + tristate "Distributed storage"
> + depends on NET && CRYPTO && SYSFS
> + select CONNECTOR
> + select LIBCRC32C
Above is not needed.
Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/dst')
-rw-r--r-- | drivers/staging/dst/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/dst/Kconfig b/drivers/staging/dst/Kconfig index 12ffa37aad3..74f32e7400a 100644 --- a/drivers/staging/dst/Kconfig +++ b/drivers/staging/dst/Kconfig @@ -2,14 +2,10 @@ config DST tristate "Distributed storage" depends on NET && CRYPTO && SYSFS select CONNECTOR - select LIBCRC32C ---help--- DST is a network block device storage, which can be used to organize exported storages on the remote nodes into the local block device. - DST is a network block device storage, which can be used to organize - exported storages on the remote nodes into the local block device. - DST works on top of any network media and protocol, it is just a matter of configuration utility to understand the correct addresses. The most common example is TCP over IP allows to pass through firewalls and |