blob: 6ad2a9366823f20e423eeb5d4c94406a56e86d81 [file] [log] [blame]
Anastasiia Lukianenko722bc5b2020-08-06 12:42:55 +03001config PVBLOCK
2 bool "Xen para-virtualized block device"
3 depends on DM
4 select BLK
5 select HAVE_BLOCK_DEVICE
6 help
7 This driver implements the front-end of the Xen virtual
8 block device driver. It communicates with a back-end driver
9 in another domain which drives the actual block device.
10