aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/Kconfig
diff options
context:
space:
mode:
authorLars Ellenberg <lars.ellenberg@linbit.com>2012-12-06 05:11:04 -0500
committerPhilipp Reisner <philipp.reisner@linbit.com>2012-12-06 07:08:29 -0500
commitd2ec180c23a5a1bfe34d8638b0342a47c00cf70f (patch)
treedd32f657c489adbb9e4f42e218a02149b1cd8c1e /drivers/block/drbd/Kconfig
parentef86b77957a97315d43ff72c9b83361ba1a07963 (diff)
drbd: update Kconfig to match current dependencies
We no longer need the connector. But we need libcrc32c. Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'drivers/block/drbd/Kconfig')
-rw-r--r--drivers/block/drbd/Kconfig10
1 files changed, 6 insertions, 4 deletions
diff --git a/drivers/block/drbd/Kconfig b/drivers/block/drbd/Kconfig
index df0983787390..7845bd6ee414 100644
--- a/drivers/block/drbd/Kconfig
+++ b/drivers/block/drbd/Kconfig
@@ -2,13 +2,14 @@
2# DRBD device driver configuration 2# DRBD device driver configuration
3# 3#
4 4
5comment "DRBD disabled because PROC_FS, INET or CONNECTOR not selected" 5comment "DRBD disabled because PROC_FS or INET not selected"
6 depends on PROC_FS='n' || INET='n' || CONNECTOR='n' 6 depends on PROC_FS='n' || INET='n'
7 7
8config BLK_DEV_DRBD 8config BLK_DEV_DRBD
9 tristate "DRBD Distributed Replicated Block Device support" 9 tristate "DRBD Distributed Replicated Block Device support"
10 depends on PROC_FS && INET && CONNECTOR 10 depends on PROC_FS && INET
11 select LRU_CACHE 11 select LRU_CACHE
12 select LIBCRC32C
12 default n 13 default n
13 help 14 help
14 15
@@ -58,7 +59,8 @@ config DRBD_FAULT_INJECTION
58 32 data read 59 32 data read
59 64 read ahead 60 64 read ahead
60 128 kmalloc of bitmap 61 128 kmalloc of bitmap
61 256 allocation of EE (epoch_entries) 62 256 allocation of peer_requests
63 512 insert data corruption on receiving side
62 64
63 fault_devs: bitmask of minor numbers 65 fault_devs: bitmask of minor numbers
64 fault_rate: frequency in percent 66 fault_rate: frequency in percent