diff options
author | Philipp Reisner <philipp.reisner@linbit.com> | 2009-09-25 19:07:19 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-10-01 15:17:49 -0400 |
commit | b411b3637fa71fce9cf2acf0639009500f5892fe (patch) | |
tree | 6b88e5202e0f137fef50e95b0441bcafdbf91990 /drivers/block/Kconfig | |
parent | 1a35e0f6443f4266dad4c569c55c57a9032596fa (diff) |
The DRBD driver
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 1d886e079c58..77bfce52e9ca 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -271,6 +271,8 @@ config BLK_DEV_CRYPTOLOOP | |||
271 | instead, which can be configured to be on-disk compatible with the | 271 | instead, which can be configured to be on-disk compatible with the |
272 | cryptoloop device. | 272 | cryptoloop device. |
273 | 273 | ||
274 | source "drivers/block/drbd/Kconfig" | ||
275 | |||
274 | config BLK_DEV_NBD | 276 | config BLK_DEV_NBD |
275 | tristate "Network block device support" | 277 | tristate "Network block device support" |
276 | depends on NET | 278 | depends on NET |