blob: 6cb9149fa772effaf17b56f62db159ecf624bb41 [file] [log] [blame]
Anastasiia Lukianenko722bc5b2020-08-06 12:42:55 +03001config PVBLOCK
2 bool "Xen para-virtualized block device"
Michal Simek44cd7612023-04-06 10:04:15 +02003 depends on DM && XEN
Anastasiia Lukianenko722bc5b2020-08-06 12:42:55 +03004 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