summaryrefslogtreecommitdiffstats
path: root/drivers/block/Kconfig
diff options
context:
space:
mode:
authorKonrad Rzeszutek Wilk2011-04-18 20:24:23 +0200
committerKonrad Rzeszutek Wilk2011-04-18 20:30:26 +0200
commitdfc07b13dcacefda6ebdea14584ed8724dc980ef (patch)
treeb4074d80a781146d6577048c237a4502f8fafb9d /drivers/block/Kconfig
parentblock, xen/blkback: remove blk_[get|put]_queue calls. (diff)
downloadkernel-qcow2-linux-dfc07b13dcacefda6ebdea14584ed8724dc980ef.tar.gz
kernel-qcow2-linux-dfc07b13dcacefda6ebdea14584ed8724dc980ef.tar.xz
kernel-qcow2-linux-dfc07b13dcacefda6ebdea14584ed8724dc980ef.zip
xen/blkback: Move it from drivers/xen to drivers/block
.. and modify the Makefile and Kconfig files appropriately. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r--drivers/block/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index 83c32cb72582..9abb64689712 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -470,6 +470,14 @@ config XEN_BLKDEV_FRONTEND
block device driver. It communicates with a back-end driver
in another domain which drives the actual block device.
+config XEN_BLKDEV_BACKEND
+ tristate "Block-device backend driver"
+ depends on XEN_BACKEND
+ help
+ The block-device backend driver allows the kernel to export its
+ block devices to other guests via a high-performance shared-memory
+ interface.
+
config VIRTIO_BLK
tristate "Virtio block driver (EXPERIMENTAL)"
depends on EXPERIMENTAL && VIRTIO