diff options
author | Jeremy Fitzhardinge <jeremy@xensource.com> | 2007-07-17 21:37:06 -0400 |
---|---|---|
committer | Jeremy Fitzhardinge <jeremy@goop.org> | 2007-07-18 11:47:45 -0400 |
commit | 9f27ee595038653ddf8bca871200d39247d6f4fc (patch) | |
tree | 602b4fe83ccfd6cb65b146ed80e84baec0fb6cb7 /drivers/block/Kconfig | |
parent | 4bac07c993d03434ea902d3d4290d9e45944b66c (diff) |
xen: add virtual block device driver.
The block device frontend driver allows the kernel to access block
devices exported exported by a virtual machine containing a physical
block device driver.
Signed-off-by: Ian Pratt <ian.pratt@xensource.com>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Cc: Arjan van de Ven <arjan@infradead.org>
Cc: Greg KH <greg@kroah.com>
Cc: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 8f65b88cf711..a4a311992408 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -427,4 +427,13 @@ config XILINX_SYSACE | |||
427 | help | 427 | help |
428 | Include support for the Xilinx SystemACE CompactFlash interface | 428 | Include support for the Xilinx SystemACE CompactFlash interface |
429 | 429 | ||
430 | config XEN_BLKDEV_FRONTEND | ||
431 | tristate "Xen virtual block device support" | ||
432 | depends on XEN | ||
433 | default y | ||
434 | help | ||
435 | This driver implements the front-end of the Xen virtual | ||
436 | block device driver. It communicates with a back-end driver | ||
437 | in another domain which drives the actual block device. | ||
438 | |||
430 | endif # BLK_DEV | 439 | endif # BLK_DEV |