mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
10 lines
272 B
Text
10 lines
272 B
Text
|
config PVBLOCK
|
||
|
bool "Xen para-virtualized block device"
|
||
|
depends on DM
|
||
|
select BLK
|
||
|
help
|
||
|
This driver implements the front-end of the Xen virtual
|
||
|
block device driver. It communicates with a back-end driver
|
||
|
in another domain which drives the actual block device.
|
||
|
|