1config PVBLOCK
2	bool "Xen para-virtualized block device"
3	depends on DM && XEN
4	select BLK
5	help
6	  This driver implements the front-end of the Xen virtual
7	  block device driver. It communicates with a back-end driver
8	  in another domain which drives the actual block device.
9
10