repo: https://github.com/u-boot/u-boot commit: d80bb749fab53da72c4a0e09b8c2d2aaa3103c91 Change-Id: Ie6434426e1ec15bc08bb1832798e371f3fd5fb29
11 lines
298 B
Plaintext
11 lines
298 B
Plaintext
config PVBLOCK
|
|
bool "Xen para-virtualized block device"
|
|
depends on DM
|
|
select BLK
|
|
select HAVE_BLOCK_DEVICE
|
|
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.
|
|
|