summaryrefslogtreecommitdiff
path: root/drivers/staging/pohmelfs/Kconfig
diff options
context:
space:
mode:
authorEvgeniy Polyakov <zbr@ioremap.net>2012-02-09 02:44:50 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-08 16:19:06 -0800
commit67435319866f89b55721fc88ca0dbda51629e3d6 (patch)
tree638d70e7420b478e449e83da757df69f7c7f921e /drivers/staging/pohmelfs/Kconfig
parent203209ef77e4d5f0ee729557b09770bce0c2d251 (diff)
staging: pohmelfs: remove drivers/staging/pohmelfsstaging-3.3-rc3
New pohmelfs is coming, and it is time to remove deadly old design https://lkml.org/lkml/2012/2/8/293 Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/pohmelfs/Kconfig')
-rw-r--r--drivers/staging/pohmelfs/Kconfig20
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/staging/pohmelfs/Kconfig b/drivers/staging/pohmelfs/Kconfig
deleted file mode 100644
index 8d53b1a1e715..000000000000
--- a/drivers/staging/pohmelfs/Kconfig
+++ /dev/null
@@ -1,20 +0,0 @@
-config POHMELFS
- tristate "POHMELFS filesystem support"
- depends on NET
- select CONNECTOR
- select CRYPTO
- select CRYPTO_BLKCIPHER
- select CRYPTO_HMAC
- help
- POHMELFS stands for Parallel Optimized Host Message Exchange Layered
- File System. This is a network filesystem which supports coherent
- caching of data and metadata on clients.
-
-config POHMELFS_DEBUG
- bool "POHMELFS debugging"
- depends on POHMELFS
- default n
- help
- Turns on excessive POHMELFS debugging facilities.
- You usually do not want to slow things down noticeably and get really
- lots of kernel messages in syslog.