blob: 20db2c53065fc93426abe29a97c3d540bba67f7a [file] [log] [blame]
Anastasiia Lukianenko4fec7f82020-08-06 12:42:55 +03001config PVBLOCK
2 bool "Xen para-virtualized block device"
3 depends on DM
4 select BLK
Simon Glass3bf7d7a2022-08-11 19:34:48 -06005 select SPL_LEGACY_BLOCK
Anastasiia Lukianenko4fec7f82020-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