blob: 0ee74d036c7453b8daf95db5c684baadfaf95ebf [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
Anastasiia Lukianenko722bc5b2020-08-06 12:42:55 +03005 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