blob: 20db2c53065fc93426abe29a97c3d540bba67f7a [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
Simon Glass7f8967c2022-08-11 19:34:48 -06005 select SPL_LEGACY_BLOCK
Anastasiia Lukianenko722bc5b2020-08-06 12:42:55 +03006 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